From 7fb3db630bae1513595590e73de544eb7a51de4d Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sat, 14 Dec 2024 21:01:06 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/open/app/index.vue | 2 +- src/views/system/dict/tree/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/open/app/index.vue b/src/views/open/app/index.vue index 209822046..7cd74bc99 100644 --- a/src/views/open/app/index.vue +++ b/src/views/open/app/index.vue @@ -124,7 +124,7 @@ const columns: TableInstanceColumns[] = [ render: ({ rowIndex }) => h('span', {}, rowIndex + 1 + (pagination.current - 1) * pagination.pageSize), 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: 'Secret Key', dataIndex: 'secretKey', slotName: 'secretKey', width: 200 }, { title: '失效时间', dataIndex: 'expireTime', width: 180 }, diff --git a/src/views/system/dict/tree/index.vue b/src/views/system/dict/tree/index.vue index e78f0c163..cfae43c61 100644 --- a/src/views/system/dict/tree/index.vue +++ b/src/views/system/dict/tree/index.vue @@ -205,7 +205,7 @@ onMounted(() => { .search { display: flex; justify-content: start; - margin-bottom: 2px; + margin-bottom: 10px; .arco-btn { margin-left: 8px; padding: 0 15px;