修改后台默认样式

默认固定头部、底部以及左侧菜单
This commit is contained in:
2017-06-11 09:26:34 +08:00
parent 6a98708e85
commit 9d6a9e1c9c
3 changed files with 254 additions and 335 deletions

View File

@@ -11,11 +11,11 @@ if (storage) {
if (usedSkin != '' && usedSkin != null) {
document.body.className = usedSkin;
} else {
document.body.className = 'theme-whbl';
document.body.className = '';
}
} catch(e) {
document.body.className = 'theme-whbl';
document.body.className = '';
}
} else {
document.body.className = 'theme-whbl';
document.body.className = '';
}