feat: 仪表盘
This commit is contained in:
20
src/components/Main/Home/index.module.less
Normal file
20
src/components/Main/Home/index.module.less
Normal 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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user