Skip to content

Commit 1bd8664

Browse files
committed
优化白色主题
1 parent 19bf00a commit 1bd8664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Vol.Vue/src/views/Index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ img:not([src]) {
844844
/* background: #006cdf !important; */
845845
color: white;
846846
}
847-
.vol-aside .vol-menu {
847+
.vol-theme-white .vol-aside .vol-menu {
848848
background: #515a6e;
849849
}
850850
</style>

开发版dev/Vue.NetCore/Vol.Vue/src/views/Index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ img:not([src]) {
844844
/* background: #006cdf !important; */
845845
color: white;
846846
}
847-
.vol-aside .vol-menu {
847+
.vol-theme-white .vol-aside .vol-menu {
848848
background: #515a6e;
849849
}
850850
</style>

0 commit comments

Comments
 (0)