From d9bb94bc34da862ad6396190b3d606ba28f669ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Wed, 16 Aug 2023 20:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20table=20=E5=A4=9A=E8=A1=8C?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E5=9C=A8=20Firefox=20=E7=9A=84=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/table.js b/src/modules/table.js index e597b812..3f33599f 100644 --- a/src/modules/table.js +++ b/src/modules/table.js @@ -273,7 +273,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){ ,'var cellClassName = ".layui-table-view-"+ d.index +" .layui-table-body .layui-table .layui-table-cell";' ,'}}' ,'{{= cellClassName }}{' - ,'display: -webkit-box; -webkit-box-align: center; white-space: normal; {{- d.data.lineStyle }} ' + ,'display: -webkit-box; -webkit-box-align: center; -moz-box-align: start; white-space: normal; {{- d.data.lineStyle }} ' ,'}' ,'{{= cellClassName }}:hover{overflow: auto;}' ,'{{# } }}'