From 449656b8f1a4847b3c8c1fe66827292929d4cdd7 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: Sun, 25 Oct 2020 13:43:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A1=A8=E6=A0=BC=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E4=B8=8D=E9=80=82=E5=BA=94=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/pear/css/pear-module/table.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/component/pear/css/pear-module/table.css b/component/pear/css/pear-module/table.css index 7261a26..9ae8815 100644 --- a/component/pear/css/pear-module/table.css +++ b/component/pear/css/pear-module/table.css @@ -27,6 +27,10 @@ background-color: #5FB878 !important; } +.layui-table-view .layui-table{ + width: 100%; +} + .layui-table tr { height: 34px !important; line-height: 34px !important;