feat: 仪表盘

This commit is contained in:
landaiqing
2024-07-03 14:53:33 +08:00
parent 514d6dcf33
commit 21ff0416a3
11 changed files with 376 additions and 18 deletions

View File

@@ -0,0 +1,20 @@
.home_content_main{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
.home_content_head_left {
height: 51vh;
width: 31vw;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
}