mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
修复皮肤切换的背景色丢失
This commit is contained in:
@@ -642,4 +642,8 @@ table样式
|
||||
|
||||
[data-toggle="copy-text"].copy-rendered {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#layuimini-bg-color {
|
||||
background-color: #fff;
|
||||
}
|
||||
@@ -559,7 +559,7 @@ define(["jquery"], function ($) {
|
||||
shade: 0.2,
|
||||
anim: 2,
|
||||
shadeClose: true,
|
||||
id: 'layuiminiBgColor',
|
||||
id: 'layuimini-bg-color',
|
||||
area: ['340px', clientHeight + 'px'],
|
||||
offset: 'rb',
|
||||
content: html,
|
||||
|
||||
Reference in New Issue
Block a user