🐛 修复SFTP暗黑模式背景

This commit is contained in:
chaos-zhu 2024-08-18 14:14:52 +08:00
parent ad444fc124
commit 32089f4196
2 changed files with 11 additions and 1 deletions

View File

@ -43,6 +43,17 @@ html.dark {
.terminal_top {
border-bottom: 1px solid #454242;
}
.sftp_tab_container {
background-color: var(--main-bg-color) !important;
.dir-list {
.active {
background-color: #454242 !important;
}
li:hover {
background-color: #454242 !important;
}
}
}
.info_box {
border-right: 1px solid #454242;
.el-progress-bar__innerText {

View File

@ -657,7 +657,6 @@ defineExpose({
li {
font-size: 14px;
padding: 5px 3px;
color: #303133;
display: flex;
align-items: center;
// cursor: pointer;