feat: 文件管理界面框架
This commit is contained in:
28
src/components/Main/File/index.module.less
Normal file
28
src/components/Main/File/index.module.less
Normal file
@@ -0,0 +1,28 @@
|
||||
.file_main{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
.file_content_left{
|
||||
width: 25%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.file_content_right{
|
||||
width: 73%;
|
||||
height: 75vh;
|
||||
.file_right_content{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
margin-top: 20px;
|
||||
.file_card:hover{
|
||||
background-color: rgba(16, 15, 15, 0.08);
|
||||
}
|
||||
}
|
||||
.file_right_header{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user