WIP Набросала строки таблицы
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
.flex.gap-x-4
|
||||
.flex.flex-col.w-full(class="gap-y-1.5")
|
||||
.counter.font-semibold.text-smm Тип документа
|
||||
base-select.h-10(placeholder="Выберите тип")
|
||||
base-select.h-10(placeholder="Выберите тип", size="M")
|
||||
.flex.flex-col(class="gap-y-1.5")
|
||||
.counter.font-semibold.text-smm Дата подписания
|
||||
.input-date.flex.h-10.justify-center
|
||||
@@ -32,7 +32,7 @@
|
||||
span.font-bold Дополнительное
|
||||
.flex.flex-col.mb-124px(class="gap-y-1.5")
|
||||
.counter.font-semibold.text-smm Риски
|
||||
base-select.h-10(placeholder="Выберите риски")
|
||||
base-select.h-10(placeholder="Выберите риски", size="M")
|
||||
.services.flex.flex-col.gap-y-6(v-else)
|
||||
.flex.flex-col.gap-y-6
|
||||
.flex.flex-col.gap-y-2
|
||||
@@ -47,7 +47,7 @@
|
||||
placeholder="Поиск",
|
||||
)
|
||||
.counter.icon-search
|
||||
base-select.h-10(placeholder="Вид услуги")
|
||||
base-select.h-10(placeholder="Вид услуги", size="M")
|
||||
.flex.items-center.px-11px.py-9px(
|
||||
:style="{borderBottom: '1px solid var(--btn-grey-color)'}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user