liuxf 4 months ago
parent
commit
0545d49e5f
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/components/PublicRange.vue

+ 3 - 1
src/components/PublicRange.vue

@@ -151,7 +151,9 @@ watch(
 
 /* 区域树特殊样式调整 */
 .region-tree-container {
-  margin-top: -4px; /* 微调与标题的垂直对齐 */
+  margin-top: 2px; /* 微调与标题的垂直对齐 */
+  margin-left: -4px; /* 微调与标题的垂直对齐 */
+
 }
 
 /* 响应式调整 */