Исправила базовые кнопки
This commit is contained in:
@@ -29,11 +29,7 @@
|
||||
v-if="!template",
|
||||
:style="{color: 'var(--btn-blue-color)'}"
|
||||
)
|
||||
q-btn(
|
||||
no-caps,
|
||||
outline,
|
||||
padding="10px 24px"
|
||||
)
|
||||
base-button(type="secondary", width="142px")
|
||||
img.mr-2(:src="layers")
|
||||
span.text-smm.font-medium Шаблоны
|
||||
.flex.w-fit.gap-10px.items-center.delete-button.cursor-pointer(
|
||||
@@ -44,25 +40,17 @@
|
||||
span.text-smm.font-medium {{ titleDelete }}
|
||||
slot
|
||||
.flex.h-fit.w-fit.gap-2(v-if="isEdit && buttonsPresence")
|
||||
q-btn(
|
||||
color="primary",
|
||||
outline,
|
||||
size="16px",
|
||||
no-caps,
|
||||
base-button(
|
||||
type="secondary"
|
||||
label="Отменить",
|
||||
:style="{width: '126px', height: '40px'}",
|
||||
padding="0",
|
||||
width="126px",
|
||||
@click="cancel"
|
||||
)
|
||||
q-btn(
|
||||
base-button(
|
||||
v-if="isCheckChange",
|
||||
color="primary",
|
||||
size="16px",
|
||||
no-caps,
|
||||
width="222px",
|
||||
label="Сохранить изменения",
|
||||
:style="{width: '222px', height: '40px'}",
|
||||
padding="0",
|
||||
@click="save"
|
||||
@click="save",
|
||||
)
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user