liuxf 4 ヶ月 前
コミット
76a3e4a1c9
1 ファイル変更3 行追加3 行削除
  1. 3 3
      src/views/fcbi/sales/sumSettings.vue

+ 3 - 3
src/views/fcbi/sales/sumSettings.vue

@@ -567,7 +567,7 @@ const resetForm = () => {
 
 /* 年度标签样式 - 调整左侧间距 */
 .annual-group .date-label {
-  margin-left: 4px !important; /* 微调间距,与"年"标签对齐 */
+  margin-left: 0 !important; /* 微调间距,与"年"标签对齐 */
 }
 
 /* 公共区域容器 - FC/区域选择部分的布局 */
@@ -623,7 +623,7 @@ const resetForm = () => {
   /* 年度下拉框位置调整 */
   .annual-group .date-group {
     gap: 0 !important; /* 覆盖大屏下的可能间距 */
-    margin-left: -8px !important; /* 用容器左移替代内部元素位移,保持布局整体性 */
+    margin-left: 0 !important; /* 用容器左移替代内部元素位移,保持布局整体性 */
   }
 
   .annual-group .date-select-year {
@@ -636,7 +636,7 @@ const resetForm = () => {
   }
 
   .annual-group .date-group .date-label {
-    margin-left: -5px !important; /* 微调年度标签位置,确保与年标签对齐 */
+    margin-left: 2px !important; /* 微调年度标签位置,确保与年标签对齐 */
   }
 }