From 072374c4efb5c52b0854c47e304dd2c0027e2052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Fri, 23 Jul 2021 16:27:11 +0800 Subject: [PATCH] Q fix table size property invalid --- component/pear/css/module/table.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/component/pear/css/module/table.css b/component/pear/css/module/table.css index 330871d..ae5b550 100644 --- a/component/pear/css/module/table.css +++ b/component/pear/css/module/table.css @@ -18,8 +18,8 @@ } .layui-table-cell { - height: 34px !important; - line-height: 34px !important; + height: 34px; + line-height: 34px; } .layui-table .layui-laypage .layui-laypage-curr .layui-laypage-em { @@ -32,8 +32,8 @@ } .layui-table tr { - height: 34px !important; - line-height: 34px !important; + height: 34px; + line-height: 34px; } .layui-table-cell {