style: 修改文件上传页面部分样式 (#3672)

This commit is contained in:
zhengkunwang 2024-01-22 22:28:40 +08:00 committed by GitHub
parent 1a78aecfb1
commit e46f931989
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -331,4 +331,8 @@ html.dark {
.el-collapse-item__header {
color: #ffffff;
}
.file-item:hover {
background-color: #4f4f4f;
}
}

View File

@ -336,7 +336,7 @@ defineExpose({ acceptParams });
}
.file-item {
font-size: 12px;
font-size: 14px;
color: #888;
position: relative;
display: flex;