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