[WIP] Заменил селекты, попровил стили

This commit is contained in:
megavrilinvv
2023-01-20 17:46:26 +03:00
parent 739e94fc00
commit 611558597a
10 changed files with 58 additions and 145 deletions

View File

@@ -13,7 +13,13 @@
.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(type="text", square, placeholder="Искать ...", borderless)
base-input.p-4(
type="text",
placeholder="Искать ...",
text-color="var(--btn-blue-color)",
borderless,
square
)
</template>
<script>