📝: 删除低分辨率下 side 隐藏的问题

This commit is contained in:
就眠儀式
2022-04-29 01:15:20 +08:00
parent 063ecd7da0
commit 48fedd2174
2 changed files with 1 additions and 17 deletions

View File

@@ -386,20 +386,4 @@ export default {
top: 3px;
left: 3px;
}
@media screen and (max-width: 768px) {
.layui-side {
width: 0px !important;
}
.layui-body {
left: 0px !important;
width: 100% !important;
}
.layui-logo {
display: none !important;
}
.layui-layout-left {
left: 0px !important;
}
}
</style>