Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuhongyun
2016-10-24 11:35:16 +0800
Commit
a8ab50edfa86d3f1f248a6d12bf2015ee5bf5e71
1 parent
f1495030
14026 bugfix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/static/js.jquery/common/dialogs/image.js
code/static/js.jquery/common/dialogs/image.js
View file @
a8ab50e
...
...
@@ -404,7 +404,7 @@ require("../util/jquery-ui.min");
// 支持拖拽调整顺序
$
(
".edui-image-product .edui-product-content"
,
me
.
dialog
).
sortable
({
items
:
"
div
"
items
:
"
.edui-image-item
"
});
Base
.
scale
(
this
,
120
);
...
...
Please
register
or
login
to post a comment