WIP Изменила BaseAddingNetwork
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
.icon-wrapper.mr-2.flex.justify-center
|
||||
.icon-ok.text-xs.flex.justify-center.items-center(v-if="filter === selectedFilter")
|
||||
.flex.items-center {{ filter }}
|
||||
base-input.p-4(
|
||||
q-input.px-4(
|
||||
type="text",
|
||||
placeholder="Искать ...",
|
||||
text-color="var(--btn-blue-color)",
|
||||
:input-style="{color: 'var(--btn-blue-color)'}",
|
||||
borderless,
|
||||
square
|
||||
)
|
||||
@@ -109,4 +109,7 @@ export default {
|
||||
.icon-down-arrow
|
||||
width: 16px
|
||||
height: 16px
|
||||
|
||||
.input-height
|
||||
height: 38px
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user