修复body样式

This commit is contained in:
hanhh 2021-08-10 16:20:05 +08:00
parent fcfdee4988
commit bdc3763a6f

View File

@ -12,6 +12,7 @@ body {
height: 100%; height: 100%;
overflow-y: hidden; overflow-y: hidden;
background-color: rgb(248, 248, 248); background-color: rgb(248, 248, 248);
width: 100% !important;
} }
.log-modal { .log-modal {