🐛 修复SFTP暗黑模式背景
This commit is contained in:
parent
ad444fc124
commit
32089f4196
@ -43,6 +43,17 @@ html.dark {
|
|||||||
.terminal_top {
|
.terminal_top {
|
||||||
border-bottom: 1px solid #454242;
|
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 {
|
.info_box {
|
||||||
border-right: 1px solid #454242;
|
border-right: 1px solid #454242;
|
||||||
.el-progress-bar__innerText {
|
.el-progress-bar__innerText {
|
||||||
|
@ -657,7 +657,6 @@ defineExpose({
|
|||||||
li {
|
li {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 5px 3px;
|
padding: 5px 3px;
|
||||||
color: #303133;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
// cursor: pointer;
|
// cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user