Удалила лишнее

This commit is contained in:
Daria Golova
2022-12-08 15:11:15 +03:00
parent 106090acff
commit f9a8fd79eb
2 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
.flex.flex-col.gap-y-4
.flex.flex-col(class="gap-y-1.5")
.text-info.text-xxs.font-semibold Город
base-select.text-sm(
base-select.select.text-sm(
disable,
textStyle="text-sm",
placeholder="Введите город",
@@ -75,4 +75,6 @@ export default {
color: var(--font-dark-blue-color)
.text-info
color: var(--font-grey-color)
.select
height: 40px
</style>