build: css files dir

This commit is contained in:
jialin
2024-06-18 11:28:17 +08:00
parent 246d203e36
commit d3f3baa93e
9 changed files with 211 additions and 93 deletions
+2 -2
View File
@@ -133,7 +133,7 @@ const Usage = () => {
data={userDataList}
xField="time"
yField="value"
height={360}
height={400}
></HBar>
</PageContainer>
</Col>
@@ -144,7 +144,7 @@ const Usage = () => {
data={projectDataList}
xField="time"
yField="value"
height={360}
height={400}
></HBar>
</PageContainer>
</Col>