mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
同步 less 生成 css
This commit is contained in:
parent
f5e6d1d012
commit
2855bc245f
@ -578,7 +578,7 @@ $(function () {
|
||||
index = $(this).index();
|
||||
event.stopPropagation();
|
||||
if (index === 0) $bt.attr('style', ''), $in.val('');
|
||||
else if($in.val()) $.previewImage(encodeURI($in.val()));
|
||||
else if ($in.val()) $.previewImage(encodeURI($in.val()));
|
||||
|
||||
}), $in.on('change', function () {
|
||||
if (this.value) $bt.css('backgroundImage', 'url(' + encodeURI(this.value) + ')');
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user