feat: 更新样式,调整按钮的填充属性以提升界面一致性
This commit is contained in:
@@ -93,7 +93,7 @@ defineExpose({
|
||||
]"
|
||||
@click="toggle"
|
||||
>
|
||||
<div class="font-medium text-gray-900 dark:text-white flex-1">
|
||||
<div class="font-medium text-text-200 flex-1">
|
||||
<slot name="title">
|
||||
{{ title }}
|
||||
</slot>
|
||||
|
||||
@@ -228,14 +228,14 @@ function handleSubmit(values: GenericObject) {
|
||||
</ion-button>
|
||||
</ui-collapse>
|
||||
|
||||
<ion-button expand="block" color="tertiary" fill="outline" @click="push({ ...initialIssuePeriod })">
|
||||
<ion-button expand="block" fill="outline" @click="push({ ...initialIssuePeriod })">
|
||||
<ion-icon slot="icon-only" :icon="addOutline" />
|
||||
<span>{{ t('asset.issue.apply.addStep') }}</span>
|
||||
</ion-button>
|
||||
</FieldArray>
|
||||
|
||||
<div class="flex justify-center space-x-4">
|
||||
<ion-button expand="block" shape="round" class="w-40" @click="$router.back()">
|
||||
<ion-button expand="block" shape="round" fill="outline" class="w-40" @click="$router.back()">
|
||||
{{ t('asset.issue.apply.back') }}
|
||||
</ion-button>
|
||||
<ion-button expand="block" type="submit" class="w-full" shape="round" color="success">
|
||||
|
||||
Reference in New Issue
Block a user