heyujie
2022-07-29 90427ad7b5e73aaee2eb376080547787d25dc2bb
src/views/operateManage/productManage/AddBanner.vue
@@ -84,7 +84,7 @@
        if (this.ruleForm.pic && this.ruleForm.pic.indexOf("/images") !== 0) {
          this.pic.push({
            url: "/httpImage/" + this.ruleForm.pic,
            url: this.ruleForm.pic,
          });
        } else {
          this.pic.push({
@@ -232,7 +232,7 @@
    .buttonArea {
      display: flex;
      align-items: flex-end;
      justify-content: end;
      justify-content: flex-end;
      height: 52px;
      line-height: 32px;
      font-size: 12px;