💄 修改样式.

This commit is contained in:
lijiahang
2024-05-31 13:36:49 +08:00
parent fc34b24029
commit 7bfa8a73be
30 changed files with 81 additions and 42 deletions

View File

@@ -32,7 +32,7 @@
type="warning"
@ok="deleteSelectRows">
<a-button v-permission="['infra:operator-log:delete']"
type="secondary"
type="primary"
status="danger"
:disabled="selectedKeys.length === 0">
删除

View File

@@ -6,7 +6,7 @@ const columns = [
title: 'id',
dataIndex: 'id',
slotName: 'id',
width: 70,
width: 100,
align: 'left',
fixed: 'left',
}, {

View File

@@ -6,7 +6,7 @@ const columns = [
title: 'id',
dataIndex: 'id',
slotName: 'id',
width: 70,
width: 100,
align: 'left',
fixed: 'left',
}, {