This commit is contained in:
parent
4c483c2982
commit
97db9d9833
|
@ -162,7 +162,7 @@ let option = {
|
|||
color: "rgba(221, 242, 255, 0.1)",
|
||||
},
|
||||
data: ["2019", "2020", "2021"].map(() => 100),
|
||||
barWidth: 50,
|
||||
barWidth: 70,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue