Skip to content

Commit 7fb3db6

Browse files
committed
style: 优化部分样式
1 parent 84be614 commit 7fb3db6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/views/open/app/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const columns: TableInstanceColumns[] = [
124124
render: ({ rowIndex }) => h('span', {}, rowIndex + 1 + (pagination.current - 1) * pagination.pageSize),
125125
fixed: !isMobile() ? 'left' : undefined,
126126
},
127-
{ title: '名称', dataIndex: 'name', slotName: 'name', fixed: !isMobile() ? 'left' : undefined },
127+
{ title: '名称', dataIndex: 'name', slotName: 'name', ellipsis: true, tooltip: true, fixed: !isMobile() ? 'left' : undefined },
128128
{ title: 'Access Key', dataIndex: 'accessKey', slotName: 'accessKey', width: 200 },
129129
{ title: 'Secret Key', dataIndex: 'secretKey', slotName: 'secretKey', width: 200 },
130130
{ title: '失效时间', dataIndex: 'expireTime', width: 180 },

src/views/system/dict/tree/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ onMounted(() => {
205205
.search {
206206
display: flex;
207207
justify-content: start;
208-
margin-bottom: 2px;
208+
margin-bottom: 10px;
209209
.arco-btn {
210210
margin-left: 8px;
211211
padding: 0 15px;

0 commit comments

Comments
 (0)