Skip to content

Commit 98a682a

Browse files
committed
修复 抽屉的 暗黑样式
1 parent 4a6069c commit 98a682a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
GH_TOKEN=6cf0ffff6219a7dd4746618c5594f124b1a42e63
1+
GH_TOKEN=f2ee53736fd2262eb87a53f5f1f425ee44cea7ed

src/assets/theme/dark.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@
3434
}
3535
.el-select-dropdown{
3636
color: var(--d-c);
37-
background-color: var(--d-bgc) !important;
38-
border-color: var(--d-bdc) !important;
3937
}
4038
.el-drawer{
39+
background-color: var(--d-bgc) !important;
4140
overflow: auto;
4241
&::-webkit-scrollbar{
4342
width: 0px;

0 commit comments

Comments
 (0)