|
@@ -522,7 +522,9 @@ export default {
|
|
curOptions = [];
|
|
curOptions = [];
|
|
});
|
|
});
|
|
this.renderStructList.forEach((elem) => {
|
|
this.renderStructList.forEach((elem) => {
|
|
- if (elem.styles.width === "100%") elem.styles.display = "block";
|
|
|
|
|
|
+ if (elem.styles.width === "100%") {
|
|
|
|
+ this.$set(elem.styles, "display", "block");
|
|
|
|
+ }
|
|
});
|
|
});
|
|
},
|
|
},
|
|
buildPageAutoPage() {
|
|
buildPageAutoPage() {
|