diff --git a/ruoyi-admin/src/main/resources/templates/home/search _list.html b/ruoyi-admin/src/main/resources/templates/home/search _list.html index 62d9c5b..44adfb6 100644 --- a/ruoyi-admin/src/main/resources/templates/home/search _list.html +++ b/ruoyi-admin/src/main/resources/templates/home/search _list.html @@ -13,12 +13,15 @@ padding: 0; display: flex; flex-direction: column; + background-color:#f1eded; } /* 设置内容区域自动填充剩余高度 */ #content { flex-grow: 1; - padding-bottom: 70px; + //padding-bottom: 70px; + display: flex; + height: 100%; } /* 页脚样式 */ @@ -38,7 +41,7 @@ #search_form { position: absolute; - top: 50px; + top: 92px; right: 50px; display: flex; } @@ -68,13 +71,30 @@ position: absolute; right: 0; } + #ID-tree-demo-onlyIconControl{ + width: 15%; + //padding: 27px; + box-sizing: border-box; + padding-top: 74px; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + background-color: #c4c4c4; + } + .layui-tree-txt { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + width: 175px; + }
-
+
+
-
+

知识库查询


@@ -129,8 +149,56 @@
+