mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-27 20:49:03 +08:00
style: 修改文件上传页面部分样式 (#3672)
This commit is contained in:
parent
1a78aecfb1
commit
e46f931989
@ -331,4 +331,8 @@ html.dark {
|
||||
.el-collapse-item__header {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.file-item:hover {
|
||||
background-color: #4f4f4f;
|
||||
}
|
||||
}
|
||||
|
@ -336,7 +336,7 @@ defineExpose({ acceptParams });
|
||||
}
|
||||
|
||||
.file-item {
|
||||
font-size: 12px;
|
||||
font-size: 14px;
|
||||
color: #888;
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user