From 51d1c114256cb540559ff0af631224818d52ed48 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 10 Sep 2021 21:33:55 +0800 Subject: [PATCH] =?UTF-8?q?ztree=E5=9B=BE=E6=A0=87=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/jquery-ztree/3.5/css/awesome/zTreeStyle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/resources/static/jquery-ztree/3.5/css/awesome/zTreeStyle.css b/common/src/main/resources/static/jquery-ztree/3.5/css/awesome/zTreeStyle.css index 16d6df35..d1aa1460 100644 --- a/common/src/main/resources/static/jquery-ztree/3.5/css/awesome/zTreeStyle.css +++ b/common/src/main/resources/static/jquery-ztree/3.5/css/awesome/zTreeStyle.css @@ -85,9 +85,9 @@ ul.ztree.zTreeDragUL {margin:0;padding:0;position:absolute;width:auto;height:aut .ztree li span.button.chk.checkbox_false_disable:before, .ztree li span.button.chk.checkbox_false_full_focus:before {content:"\f096";} .ztree li span.button.chk.checkbox_true_part:before, -.ztree li span.button.chk.checkbox_true_part_focus:before, +.ztree li span.button.chk.checkbox_true_part_focus:before {content:"\f14a";} .ztree li span.button.chk.checkbox_false_part:before, -.ztree li span.button.chk.checkbox_false_part_focus:before {content:"\f14a";} +.ztree li span.button.chk.checkbox_false_part_focus:before {content:"\f096";} .ztree li span.button.chk.radio_true_full:before, .ztree li span.button.chk.radio_true_disable:before, .ztree li span.button.chk.radio_true_full_focus:before {content:"\f05d";}