|
|
@@ -510,6 +510,9 @@ const resetRegionTreeCheck = (nodes) => {
|
|
|
font-size: 14px; /* 字体大小 */
|
|
|
color: #606266; /* 文字颜色 */
|
|
|
white-space: nowrap; /* 禁止文字折行 */
|
|
|
+ line-height: 1;
|
|
|
+ display: inline-flex;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
/* 分隔线样式 - 区域分隔 */
|
|
|
@@ -596,7 +599,7 @@ const resetRegionTreeCheck = (nodes) => {
|
|
|
|
|
|
/* 消除"年度"文字自身可能的左外边距 */
|
|
|
.annual-group .date-label {
|
|
|
- margin-left: 0 !important; /* 清除文字左侧外边距 */
|
|
|
+ margin-left: 4px !important;
|
|
|
}
|
|
|
|
|
|
/* 下拉框容器 - 自适应剩余宽度,与单选框同行 */
|
|
|
@@ -631,7 +634,7 @@ const resetRegionTreeCheck = (nodes) => {
|
|
|
|
|
|
/* 3. 强制年度下拉框与年下拉框宽度/位置完全一致 */
|
|
|
.annual-group .sales-sum-date-select {
|
|
|
-
|
|
|
+ vertical-align: middle;
|
|
|
position: relative !important;
|
|
|
transform: translateX(-8px) !important; /* 用left替代margin-left,避免影响相邻元素间距 */
|
|
|
}
|