From 03659d9316adabaefd22d49d546bfc728f5ed1ea Mon Sep 17 00:00:00 2001 From: junjie Date: Fri, 30 Jul 2021 19:26:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=86=E5=9B=BE=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E8=A1=8C=E9=AB=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/components/table/TableNormal.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/views/chart/components/table/TableNormal.vue b/frontend/src/views/chart/components/table/TableNormal.vue index 959742d72e..0b1e0a6e83 100644 --- a/frontend/src/views/chart/components/table/TableNormal.vue +++ b/frontend/src/views/chart/components/table/TableNormal.vue @@ -269,4 +269,8 @@ export default { .table-class>>>.body--wrapper{ background: rgba(1,1,1,0); } + .table-class>>>.elx-cell{ + max-height: none!important; + line-height: normal!important; + }