feat: 文件管理界面update
This commit is contained in:
@@ -1,28 +1,48 @@
|
||||
.file_main{
|
||||
.file_main {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
.file_content_left{
|
||||
|
||||
.file_content_left {
|
||||
width: 25%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.file_content_right{
|
||||
|
||||
.file_content_right {
|
||||
width: 73%;
|
||||
height: 75vh;
|
||||
.file_right_content{
|
||||
|
||||
.file_right_content {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
margin-top: 20px;
|
||||
.file_card:hover{
|
||||
|
||||
.file_card:hover {
|
||||
background-color: rgba(16, 15, 15, 0.08);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
.file_right_header{
|
||||
|
||||
.file_right_header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.file_name {
|
||||
width: 65px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
margin-top: 5px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
-o-text-overflow: ellipsis;
|
||||
}
|
||||
|
Reference in New Issue
Block a user