chore: 自定义success按钮样式

This commit is contained in:
dap
2024-10-30 15:27:39 +08:00
parent b9edb5d493
commit 2400e8f729
5 changed files with 31 additions and 27 deletions

View File

@@ -210,7 +210,10 @@ const isSuperAdmin = computed(() => {
placement="left"
@confirm="handleSync(row)"
>
<ghost-button v-access:code="['system:tenant:edit']">
<ghost-button
class="btn-success"
v-access:code="['system:tenant:edit']"
>
{{ $t('pages.common.sync') }}
</ghost-button>
</Popconfirm>