Исправила базовые кнопки
This commit is contained in:
@@ -31,24 +31,16 @@
|
||||
)
|
||||
.name.flex.items-center.font-medium.text-xm {{benefit.name}}
|
||||
.buttons-group.flex.py-4.px-8.justify-center
|
||||
q-btn(
|
||||
color="primary",
|
||||
outline,
|
||||
size="16px",
|
||||
no-caps,
|
||||
label="Отменить",
|
||||
:style="{width: '126px', height: '40px'}",
|
||||
padding="0",
|
||||
base-button(
|
||||
type="secondary",
|
||||
label="Сбросить",
|
||||
width="146px",
|
||||
@click="closeModalCategories"
|
||||
)
|
||||
q-btn(
|
||||
base-button(
|
||||
v-if="selected[0]?.id",
|
||||
color="primary",
|
||||
size="16px",
|
||||
no-caps,
|
||||
label="Сохранить изменения",
|
||||
:style="{width: '132px', height: '40px'}",
|
||||
padding="0",
|
||||
label="Сохранить",
|
||||
width="146px",
|
||||
@click="saveCategories(selected[0])"
|
||||
)
|
||||
.right-side.flex.px-14.font-bold.relative
|
||||
|
||||
Reference in New Issue
Block a user