Browse Source

图层移动bug

曹冬冬 5 năm trước cách đây
mục cha
commit
f0c2ff0834
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/h5editor/overview.vue

+ 1 - 1
src/views/h5editor/overview.vue

@@ -321,7 +321,7 @@ export default {
       return result;
     },
     moveLayer(downEvent) {
-      let height = 30;
+      let height = 34;
       let timer = null;
       let layer = downEvent.target;
       let li = layer.parentNode;