From a1543bccf6b616d2db9d44b762826d58887172a6 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期二, 10 六月 2025 18:57:57 +0800 Subject: [PATCH] refactor(zhitan-system):优化获取节点ID列表的逻辑- 移除了过滤条件中的 parentNode 节点 ID 比较逻辑 - 现在只根据父节点 ID 是否非空来筛选 modelNodeList --- zhitan-vue/src/assets/styles/index.scss | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/zhitan-vue/src/assets/styles/index.scss b/zhitan-vue/src/assets/styles/index.scss index c31570b..1117766 100644 --- a/zhitan-vue/src/assets/styles/index.scss +++ b/zhitan-vue/src/assets/styles/index.scss @@ -9,10 +9,12 @@ body { height: 100%; margin: 0; + padding: 0; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; + overflow-x: hidden; /* 闃叉姘村钩婊氬姩鏉� */ } label { @@ -22,10 +24,17 @@ html { height: 100%; box-sizing: border-box; + margin: 0; + padding: 0; + overflow-x: hidden; /* 闃叉姘村钩婊氬姩鏉� */ } #app { height: 100%; + width: 100%; + margin: 0; + padding: 0; + overflow-x: hidden; /* 闃叉姘村钩婊氬姩鏉� */ } *, -- Gitblit v1.9.3