From 068495ab934d92f2d711a909da5fcee87c0d239d Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Wed, 2 Jul 2025 15:32:07 +0800 Subject: [PATCH] 'commit' --- dsRag/static/tree.html | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/dsRag/static/tree.html b/dsRag/static/tree.html index 0d48a86d..e6c91d30 100644 --- a/dsRag/static/tree.html +++ b/dsRag/static/tree.html @@ -48,21 +48,24 @@ margin-right: 5px; } - #treeTable th:nth-child(4), #treeTable td:nth-child(4) { - width: 220px; - min-width: 220px; - max-width: 220px; - text-align: center; - border-right: 1px solid #ddd; /* 确保右侧边框闭合 */ - } - - #treeTable td:nth-child(4) { - display: flex; - justify-content: center; - gap: 5px; - min-height: 36px; /* 确保空单元格也有高度 */ - } - + #treeTable th:nth-child(2), #treeTable td:nth-child(2), + #treeTable th:nth-child(3), #treeTable td:nth-child(3), + + #treeTable th:nth-child(4), #treeTable td:nth-child(4) { + width: 220px; + min-width: 220px; + max-width: 220px; + text-align: center; + border-right: 1px solid #ddd; /* 确保右侧边框闭合 */ + } + + #treeTable td:nth-child(4) { + display: flex; + justify-content: center; + gap: 5px; + min-height: 36px; /* 确保空单元格也有高度 */ + } +