zhangjie 5 éve
szülő
commit
5b7db4b6eb

+ 1 - 1
src/assets/styles/adaptive.scss

@@ -1,4 +1,4 @@
-@media screen and (max-width: 1400px) {
+@media screen and (max-width: 1600px) {
   .home-body {
     top: 50px;
   }

+ 1 - 1
src/assets/styles/card-design.scss

@@ -600,7 +600,7 @@
   }
 }
 
-@media screen and (max-width: 1400px) {
+@media screen and (max-width: 1600px) {
   .card-design {
     .design-top {
       height: 50px;

+ 7 - 1
src/modules/card/components/PagePropEdit.vue

@@ -126,7 +126,12 @@ export default {
   },
   mounted() {},
   methods: {
-    ...mapMutations("card", ["setPages", "setCurElement", "setCardConfig"]),
+    ...mapMutations("card", [
+      "setPages",
+      "setCurElement",
+      "setCardConfig",
+      "setTopicNos"
+    ]),
     ...mapActions("card", ["rebuildPages", "resetElementProp"]),
     modifyColumnNum(item) {
       this.$confirm(
@@ -147,6 +152,7 @@ export default {
       this.form.columnNumber = val;
       this.setCardConfig(this.form);
       this.setPages([]);
+      this.setTopicNos([]);
       this.$emit("init-page");
     },
     configChange() {