fix: 修复黑色样式下登录页面背景图片丢失问题
This commit is contained in:
parent
991c2c6ef9
commit
a30fadee9b
|
@ -3,7 +3,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body, .modal-content {
|
body, .modal-content {
|
||||||
background: #394450;
|
background-color: #394450;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
|
Loading…
Reference in New Issue