shish 6 лет назад
Родитель
Сommit
db5a12aeb6
1 измененных файлов с 2 добавлено и 4 удалено
  1. 2 4
      store/src/admin/goodsManage/img-store.vue

+ 2 - 4
store/src/admin/goodsManage/img-store.vue

@@ -185,9 +185,7 @@ export default {
       },
       dropdownShow: false,
       settingModal: false,
-      // ==
       delModal: false,
-      // operate
       operateIndex: null,
       operateShow: false,
       operateData: {},
@@ -240,7 +238,7 @@ export default {
       } else if (index === 1) {
         picTop({ id: this.operateData.id }).then(res => {
           this.operateCloseFn();
-          this.$msg("置顶成功!");
+          this.$msg("操作成功!");
           setTimeout(() => {
             this.resetList();
             this._list();
@@ -348,7 +346,7 @@ export default {
         this.operateData = item;
         this.operateIndex = index;
         this.operateShow = true;
-        this.operateTop = (index + 1) * (this.listHei + 10);
+        this.operateTop = (index + 1) * (this.listHei + 20);
         let rightIndex = (index + 1) % 3;
         this.operateRight = rightIndex == 0 ? 20 : rightIndex == 1 ? 348 : 160;
       }