Files
schisandra-cloud-storage-fr…/src/components/Main/File/index.module.less
2024-07-05 14:03:35 +08:00

49 lines
716 B
Plaintext

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