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