mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-10 14:57:09 +08:00
style: 优化部分样式
This commit is contained in:
@@ -124,7 +124,7 @@ const columns: TableInstanceColumns[] = [
|
|||||||
render: ({ rowIndex }) => h('span', {}, rowIndex + 1 + (pagination.current - 1) * pagination.pageSize),
|
render: ({ rowIndex }) => h('span', {}, rowIndex + 1 + (pagination.current - 1) * pagination.pageSize),
|
||||||
fixed: !isMobile() ? 'left' : undefined,
|
fixed: !isMobile() ? 'left' : undefined,
|
||||||
},
|
},
|
||||||
{ title: '名称', dataIndex: 'name', slotName: 'name', fixed: !isMobile() ? 'left' : undefined },
|
{ title: '名称', dataIndex: 'name', slotName: 'name', ellipsis: true, tooltip: true, fixed: !isMobile() ? 'left' : undefined },
|
||||||
{ title: 'Access Key', dataIndex: 'accessKey', slotName: 'accessKey', width: 200 },
|
{ title: 'Access Key', dataIndex: 'accessKey', slotName: 'accessKey', width: 200 },
|
||||||
{ title: 'Secret Key', dataIndex: 'secretKey', slotName: 'secretKey', width: 200 },
|
{ title: 'Secret Key', dataIndex: 'secretKey', slotName: 'secretKey', width: 200 },
|
||||||
{ title: '失效时间', dataIndex: 'expireTime', width: 180 },
|
{ title: '失效时间', dataIndex: 'expireTime', width: 180 },
|
||||||
|
|||||||
@@ -205,7 +205,7 @@ onMounted(() => {
|
|||||||
.search {
|
.search {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 10px;
|
||||||
.arco-btn {
|
.arco-btn {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
|
|||||||
Reference in New Issue
Block a user