Commit 245d4944 by doszhang

dos

parent d58b02d2
...@@ -179,14 +179,14 @@ $(document).ready(function () { ...@@ -179,14 +179,14 @@ $(document).ready(function () {
direction: 'horizontal', direction: 'horizontal',
onChoose: function (event) { onChoose: function (event) {
const dragEl = $(event.item); const dragEl = $(event.item);
dragEl.find('.btn-checked-item-delete').css('opacity', 0); dragEl.find('.btn-checked-item-delete').css('color', '#fcfcfd');
}, },
onUpdate: function (event) { onUpdate: function (event) {
}, },
inEnd: function (event) { onEnd: function (event) {
const dragEl = $(event.item); const dragEl = $(event.item);
dragEl.find('.btn-checked-item-delete').css('opacity', 1); dragEl.find('.btn-checked-item-delete').css('color', '#c30101');
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment