WIP Сделала шаблон документов

This commit is contained in:
Daria Golova
2023-04-13 17:40:46 +03:00
parent 62d5dca70e
commit c60b46171a
8 changed files with 165 additions and 10 deletions

View File

@@ -44,7 +44,7 @@
v-model="basic[data.dataKey][field.key]"
@update:model-value="checkChangeInput"
:type="field.type"
:width="300"
:width="278"
:standout="!isEdit"
:outlined="isEdit"
:rule="field.rules"
@@ -200,9 +200,9 @@ export default {
<style lang="sass" scoped>
.select
width: 324px
width: 302px
.avatar-field
min-width: 324px
min-width: 302px
.avatar
height: 100%
border-radius: 50%