Skip to content

Commit e48de57

Browse files
committed
fix #444 background color bug
1 parent ac7a8d8 commit e48de57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

simpleui/templates/admin/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
[v-block] {
4343
display: none;
4444
}
45+
.el-menu{
46+
background-color: transparent;
47+
}
4548
</style>
4649

4750

0 commit comments

Comments
 (0)