|
|
@@ -664,7 +664,7 @@ const resetForm = () => {
|
|
|
.annual-group .sales-sum-date-select {
|
|
|
vertical-align: middle; /* 垂直居中对齐 */
|
|
|
position: relative !important; /* 相对定位 */
|
|
|
- transform: translateX(-16px) !important; /* 水平位移调整,与月指定的年下拉框对齐 */
|
|
|
+ transform: translateX(-8px) !important; /* 水平位移调整,与月指定的年下拉框对齐 */
|
|
|
}
|
|
|
|
|
|
.annual-group .date-group {
|
|
|
@@ -677,7 +677,7 @@ const resetForm = () => {
|
|
|
}
|
|
|
|
|
|
.annual-group .date-group .date-label {
|
|
|
- margin-left: -10px !important; /* 微调年度标签位置,确保与年标签对齐 */
|
|
|
+ margin-left: -5px !important; /* 微调年度标签位置,确保与年标签对齐 */
|
|
|
}
|
|
|
}
|
|
|
|