style: 修复折叠按钮样式
This commit is contained in:
parent
e1f063bb3d
commit
6ce84996cf
@ -81,7 +81,7 @@ onActivated(() => {
|
||||
<iframe
|
||||
ref="iframeRef"
|
||||
class="size-full"
|
||||
:src="`${mode === 'prod' ? baseUrl : '/'}lib/index.html?id=${id}&mode=${mode}&x1c2Hdd6=${value}`"
|
||||
:src="`${mode === 'prod' ? baseUrl + '/' : '/'}lib/index.html?id=${id}&mode=${mode}&x1c2Hdd6=${value}`"
|
||||
/>
|
||||
</NSpin>
|
||||
</template>
|
||||
|
@ -165,22 +165,21 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
|
||||
{$t('common.edit')}
|
||||
</NButton>
|
||||
|
||||
<n-divider vertical />
|
||||
|
||||
{hasAuth('R_ADMIN') ? (
|
||||
<NPopconfirm onPositiveClick={() => handleDelete(row.id!)}>
|
||||
{{
|
||||
default: () => $t('common.confirmDelete'),
|
||||
trigger: () => (
|
||||
<NButton text type="error" ghost size="small">
|
||||
{$t('common.delete')}
|
||||
</NButton>
|
||||
)
|
||||
}}
|
||||
</NPopconfirm>
|
||||
) : (
|
||||
''
|
||||
)}
|
||||
<>
|
||||
<n-divider vertical />
|
||||
<NPopconfirm onPositiveClick={() => handleDelete(row.id!)}>
|
||||
{{
|
||||
default: () => $t('common.confirmDelete'),
|
||||
trigger: () => (
|
||||
<NButton text type="error" ghost size="small">
|
||||
{$t('common.delete')}
|
||||
</NButton>
|
||||
)
|
||||
}}
|
||||
</NPopconfirm>
|
||||
</>
|
||||
) : null}
|
||||
|
||||
<n-divider vertical />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user