From 6bce97b148a474753f405e68b457c7a5117dc438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Mon, 6 Feb 2023 13:51:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81=E7=AE=A1=E7=90=86-=E4=B8=8A?= =?UTF-8?q?=E6=8A=A5=E5=BA=93=E7=AE=A1=E7=90=86-=E5=88=97=E5=AE=BD?= =?UTF-8?q?=E5=8F=AF=E6=8B=96=E6=8B=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/parameter/escalationlibrary/index.vue | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/parameter/escalationlibrary/index.vue b/jero-web/src/views/parameter/escalationlibrary/index.vue index 8e8237d13..b7aa496dd 100644 --- a/jero-web/src/views/parameter/escalationlibrary/index.vue +++ b/jero-web/src/views/parameter/escalationlibrary/index.vue @@ -44,9 +44,9 @@ :row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" :columns="columns" > - - {{ text && text.length > 20 ? text.slice(0, 19) + '...' : text }} - + + + {{$t('Exporthistory')}} {{$t('See')}} @@ -488,4 +488,14 @@ ::v-deep .ant-table-body { background: transparent!important; } + + ::v-deep .ant-table-row-cell-break-word{ + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } + + ::v-deep .ant-table-placeholder{ + margin-top: 8px !important + } \ No newline at end of file