feat: 文件管理界面框架

This commit is contained in:
landaiqing
2024-07-05 11:45:10 +08:00
parent 1b61b059aa
commit d86a7caac5
55 changed files with 2716 additions and 85 deletions

View 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;
}
}
}