WIP исправила inputDate
This commit is contained in:
@@ -250,7 +250,7 @@ export default {
|
||||
pdf: pdfIcon,
|
||||
xls: exelIcon,
|
||||
},
|
||||
isOpenPackage: false,
|
||||
isOpenPackage: true,
|
||||
isOpenAddDoc: false,
|
||||
showModal: false,
|
||||
};
|
||||
|
||||
@@ -10,9 +10,8 @@
|
||||
)
|
||||
.flex.flex-col(class="gap-y-1.5")
|
||||
span.text-sm Дата рождения
|
||||
base-input-date.input-date(
|
||||
base-input-date.input-info(
|
||||
v-model:value="basicInfo.birth_date",
|
||||
:width-input="277"
|
||||
)
|
||||
.flex.flex-col(class="gap-y-1.5")
|
||||
span.text-sm Номер телефона
|
||||
@@ -101,6 +100,7 @@ export default {
|
||||
background-color: var(--btn-blue-color)
|
||||
.input-info
|
||||
color: var(--font-dark-blue-color)
|
||||
height: 40px
|
||||
.obligatory
|
||||
color: var(--font-obligatory-color)
|
||||
.add-network
|
||||
@@ -111,6 +111,4 @@ export default {
|
||||
height: 100%
|
||||
border: 2px solid var(--border-light-grey-color)
|
||||
border-radius: 4px
|
||||
.input-date
|
||||
border: 1.5px solid var(--border-light-grey-color)
|
||||
</style>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
)
|
||||
.flex.flex-col(class="gap-y-1.5")
|
||||
span.text-sm Дата выдачи
|
||||
base-input-date.input-date(
|
||||
base-input-date.input-info.h-10(
|
||||
v-model:value="identityDocument.pass.issued_by_date",
|
||||
placeholder="Дата",
|
||||
:width-input="277"
|
||||
|
||||
Reference in New Issue
Block a user