From f3e1ec4204b8382bf31aa7f6fc417ae1dc1cbc4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Tue, 11 Apr 2023 10:11:38 +0800 Subject: [PATCH] bug68012 --- .../components/circulationHistory.vue | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue index 3b1da7d24..50fa0e270 100644 --- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue @@ -40,8 +40,8 @@ {{approvalResult[text]}} - - + + @@ -509,13 +509,13 @@ } - /deep/.ant-table-row-cell-ellipsis .tooltip { - span { - display: inline-block; - width: 50%; - white-space:nowrap;/*强制单行显示*/ - text-overflow:ellipsis;/*超出部分省略号表示*/ - overflow:hidden;/*超出部分隐藏*/ - } - } + ///deep/.ant-table-row-cell-ellipsis .tooltip { + // span { + // display: inline-block; + // width: 50%; + // white-space:nowrap;/*强制单行显示*/ + // text-overflow:ellipsis;/*超出部分省略号表示*/ + // overflow:hidden;/*超出部分隐藏*/ + // } + //} \ No newline at end of file