From 27d360ff1a57002496388eafac8a9cc8f498ca10 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, 16 Aug 2020 23:17:09 +0800 Subject: [PATCH] =?UTF-8?q?TreeTable=20=E7=BC=A9=E8=BF=9B=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/pear/css/pear-module/treetable.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/component/pear/css/pear-module/treetable.css b/component/pear/css/pear-module/treetable.css index 4325b4f..8275c22 100644 --- a/component/pear/css/pear-module/treetable.css +++ b/component/pear/css/pear-module/treetable.css @@ -1,7 +1,9 @@ .treeTable-icon i:last-child{ display: none!important; } -.layui-icon-triangle-d:before { - +.layui-icon-triangle-d:before { content: "\e61a"; -} \ No newline at end of file +} +.treeTable-empty{ + margin-left: 35px; +}