预算&指标填报

This commit is contained in:
2026-03-05 11:12:34 +08:00
parent babbe98c09
commit 2f3586e2f2
15 changed files with 537 additions and 371 deletions

View File

@@ -99,7 +99,7 @@ export default {
grid: {
top: 35,
bottom: 20,
right: 25,
right: 13,
},
xAxis: [
{
@@ -222,11 +222,11 @@ export default {
/* (你的样式代码保持不变) */
.legend {
position: absolute;
right: 10px;
top: -5px;
right: 12px;
top: 0px;
display: flex;
/* 使用 flex 布局让两个图例项并排且对齐 */
gap: 20px;
gap: 5px;
}
.legend-item-line {
@@ -237,7 +237,7 @@ export default {
text-align: left;
font-style: normal;
position: relative;
padding-left: 20px;
padding-left: 24px;
/* 为圆点和线条留出空间 */
display: flex;
align-items: center;