Skip to content

Commit

Permalink
style: 修改文件上传页面部分样式 (1Panel-dev#3672)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 authored Jan 22, 2024
1 parent 4614a57 commit 6f12a5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions frontend/src/styles/element-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -331,4 +331,8 @@ html.dark {
.el-collapse-item__header {
color: #ffffff;
}

.file-item:hover {
background-color: #4f4f4f;
}
}
2 changes: 1 addition & 1 deletion frontend/src/views/host/file-management/upload/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ defineExpose({ acceptParams });
}
.file-item {
font-size: 12px;
font-size: 14px;
color: #888;
position: relative;
display: flex;
Expand Down

0 comments on commit 6f12a5d

Please sign in to comment.