From 067bcaec3c4cc0c8f4a04b4b2154ee5a4b04b32f Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Fri, 18 Dec 2020 17:27:09 +0800 Subject: [PATCH] * Adjust the project module tree.css. --- module/project/css/tree.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/css/tree.css b/module/project/css/tree.css index 962f6edca1..703083f690 100644 --- a/module/project/css/tree.css +++ b/module/project/css/tree.css @@ -37,7 +37,7 @@ #itemContent {min-height: 200px;} #itemContent .label {background: #fff; border: 1px solid #ddd;} #mainContent > .side-col {width: 460px; display: table-cell; overflow: hidden;} -#mainContent > .side-col > .cell {display: block; position: fixed; width: 440px; overflow: auto;} +#mainContent > .side-col > .cell {display: block; width: 440px; overflow: auto;} #mainContent.hide-side > .side-col {display: none} h2.detail-title {font-size: 14px;}