同步 less 生成 css

This commit is contained in:
Anyon 2022-02-10 16:49:51 +08:00
parent f5e6d1d012
commit 2855bc245f
3 changed files with 3 additions and 3 deletions

View File

@ -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