From d0379bf9b5aad140bb43a887f44999ec4f10a3c7 Mon Sep 17 00:00:00 2001 From: dsh <15569653818@163.com> Date: Wed, 3 Apr 2024 15:25:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/home/search _list.html | 76 ++++++++++++++++++- .../main/resources/templates/search_page.html | 2 +- 2 files changed, 73 insertions(+), 5 deletions(-) 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 @@
+