From c0870cc0eaf1da1f170df74e58e44bc370eb279b Mon Sep 17 00:00:00 2001 From: junjie Date: Mon, 26 Jul 2021 11:15:48 +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=E9=AB=98=E5=BA=A6=E9=97=AE=E9=A2=98?= 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 01a5083463..ebd6734bfe 100644 --- a/frontend/src/views/chart/components/table/TableNormal.vue +++ b/frontend/src/views/chart/components/table/TableNormal.vue @@ -264,4 +264,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; + }