From a36b1f7606d22e17328b40f9ff559ba8664cf20f Mon Sep 17 00:00:00 2001 From: guofeilong Date: Tue, 4 Apr 2023 15:07:58 +0800 Subject: [PATCH] * Adjust code . --- module/doc/view/lefttree.html.php | 75 +++++++++++++++---------------- 1 file changed, 37 insertions(+), 38 deletions(-) diff --git a/module/doc/view/lefttree.html.php b/module/doc/view/lefttree.html.php index a420f83eb7..36156eb3d4 100644 --- a/module/doc/view/lefttree.html.php +++ b/module/doc/view/lefttree.html.php @@ -32,7 +32,7 @@ i.btn-info, i.btn-info:hover {border: none; background: #fff; box-shadow: unset;} .tree-version-trigger {padding: 0 10px; width: 54px; border-radius: 5px; background: #F9F9F9; display: flex;} .tree-version-trigger > .text {overflow: hidden; flex: 0 0 30px;} -.file-tree > .bd-b:after {content: ''; position: absolute; inset: 0 -5px 0 -10px; border-bottom: 1px solid #EDEEF2;} +.file-tree > .bd-b {border-bottom: 1px solid #EDEEF2;} .file-tree > .tree-child {padding: 5px 0; position: relative;} /* css for sidebar */ @@ -67,7 +67,7 @@ js::set('objectID', isset($objectID) ? $objectID : ''); js::set('isFirstLoad', isset($isFirstLoad) ? $isFirstLoad: ''); ?> -
+