[WIP] Исправил стили инпутов

This commit is contained in:
megavrilinvv
2023-01-19 15:31:23 +03:00
parent e0831f521f
commit 61085dc51a
33 changed files with 140 additions and 281 deletions

View File

@@ -17,7 +17,8 @@
.counter.font-semibold.text-smm ФИО
base-input(
v-model="patient",
placeholder="Введите название для пакета документов"
placeholder="Введите название для пакета документов",
outlined
)
span.counter
.flex.gap-x-4
@@ -27,7 +28,7 @@
.flex.flex-col(class="gap-y-1.5")
.counter.font-semibold.text-smm Дата подписания
.input-date.flex.h-10.justify-center
base-input(type="date", :width-input="277")
base-input(type="date", :width-input="277", outlined)
.flex.flex-col.gap-y-6
span.font-bold Дополнительное
.flex.flex-col.mb-124px(class="gap-y-1.5")
@@ -44,7 +45,8 @@
:with-icon="true",
icon-position="left",
:width-input="310",
placeholder="Поиск"
placeholder="Поиск",
outlined
)
.counter.icon-search
base-select.h-10(placeholder="Вид услуги")