This commit is contained in:
duanxiaohai 2024-04-18 14:52:27 +08:00
parent 4c483c2982
commit 97db9d9833
2 changed files with 3 additions and 2 deletions

View File

@ -162,7 +162,7 @@ let option = {
color: "rgba(221, 242, 255, 0.1)",
},
data: ["2019", "2020", "2021"].map(() => 100),
barWidth: 50,
barWidth: 70,
},
],
};

View File

@ -1071,12 +1071,13 @@ onBeforeMount(() => {
display: flex;
flex-direction: column;
align-items: center;
padding-left: 6px;
.fundingContent {
display: flex;
align-items: center;
justify-content: space-around;
margin-top: 10px;
width: 92%;
width: 93.2%;
height: 34px;
padding: 6px 0;
box-sizing: border-box;