From 4605ab6df8f194b02a0cac61f1445b84d76a915e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Tue, 4 Apr 2023 11:27:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A4=E8=AF=81=E6=B8=85?= =?UTF-8?q?=E5=8D=95-studio=E5=92=8C=E8=AE=A4=E8=AF=81=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E5=B8=88=E7=82=B9=E5=87=BB=E6=9B=B4=E5=A4=9A=EF=BC=8C=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E7=A9=BA=E7=99=BD=E8=BE=83=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/projectManagement/historicalVersion/index.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/projectManagement/historicalVersion/index.vue b/jero-web/src/views/projectManagement/historicalVersion/index.vue index 21c53d6ec..59a559acb 100644 --- a/jero-web/src/views/projectManagement/historicalVersion/index.vue +++ b/jero-web/src/views/projectManagement/historicalVersion/index.vue @@ -53,7 +53,7 @@ ref="table" :loading="loading" :pagination="false" - :scroll="{x: true}" + :scroll="{x: '100%'}" rowKey="id" :data-source="dataSource" :row-selection="{ selectedRowKeys: selectedRowKeys}" @@ -172,6 +172,7 @@ width: 180, fixed: 'left', sorter: true, + ellipsis: true, scopedSlots: { customRender: 'standard' } }, { @@ -180,6 +181,7 @@ dataIndex: 'title', width: 180, fixed: 'left', + ellipsis: true, scopedSlots: { customRender: 'titleName' } }, { @@ -584,7 +586,9 @@