📝: 删除低分辨率下 side 隐藏的问题
This commit is contained in:
parent
063ecd7da0
commit
48fedd2174
@ -4,7 +4,7 @@ import en_US from "./locales/en_US";
|
||||
|
||||
const i18n = createI18n({
|
||||
legacy: false,
|
||||
locale: "en_US",
|
||||
locale: "zh_CN",
|
||||
messages: {
|
||||
zh_CN: zh_CN,
|
||||
en_US: en_US,
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user