mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-31 03:07:34 +08:00
style: 修改文件上传页面部分样式 (#3672)
This commit is contained in:
parent
1a78aecfb1
commit
e46f931989
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue