[WIP] Добавил quasar input, стили, заменил маски
This commit is contained in:
@@ -107,7 +107,6 @@
|
||||
v-if="section!=='docs' && section!=='additional' && isChange && settings[section].options[key] !== 'Дата выдачи'",
|
||||
:style="{fontWeight:key === 'number'&&600}",
|
||||
v-model="sectionInfo[key]",
|
||||
:rows="section ==='pass' ? 2 : 1",
|
||||
:placeholder="settings[section].placeholder[key] || settings[section].placeholder"
|
||||
:sharp="settings[section].sharps[key] && section === 'pass' ? settings[section].sharps[key] : ''"
|
||||
)
|
||||
@@ -135,8 +134,8 @@
|
||||
:id="item.id",
|
||||
@click="deleteNote(item.id)"
|
||||
)
|
||||
client-detail-input.text-sm.w-max-fit.pr-12.relative(
|
||||
:maxLength="40",
|
||||
client-detail-input.text-sm.w-max-fit.relative(
|
||||
maxLength="40",
|
||||
:style="{fontWeight:key === 'number'&&600}",
|
||||
v-model="sectionInfo[key].title",
|
||||
placeholder="Заголовок"
|
||||
@@ -147,7 +146,7 @@
|
||||
) {{`${sectionInfo[key].title.length}/40`}}
|
||||
.title-section.text-xxs.font-semibold Описание
|
||||
client-detail-input.text-sm.w-max-fit(
|
||||
:maxLength="40",
|
||||
maxLength="40",
|
||||
:style="{fontWeight:key === 'number'&&600}",
|
||||
v-model="sectionInfo[key].description",
|
||||
placeholder="Описание"
|
||||
|
||||
Reference in New Issue
Block a user