Commit d35ca192 by linjinhong

fix:修改问题

parent 2ed9c7d7
...@@ -116,7 +116,7 @@ export default { ...@@ -116,7 +116,7 @@ export default {
return { w: "480px", h: "540px" }; return { w: "480px", h: "540px" };
}, },
computedGridSize() { computedGridSize() {
const getter = this.systemSetting; // const getter = this.systemSetting;
// const num = getter.gridSpacing.slice(0, 2); // const num = getter.gridSpacing.slice(0, 2);
return 10 + "px"; return 10 + "px";
}, },
...@@ -194,9 +194,9 @@ export default { ...@@ -194,9 +194,9 @@ export default {
isView: false, isView: false,
imgHistoryList: [[]], imgHistoryList: [[]],
imgHistoryIndex: 0, imgHistoryIndex: 0,
row: 7, row: 16,
img, img,
col: 8, col: 18,
oldImgStyle: "", oldImgStyle: "",
drrDom: null, drrDom: null,
imgDom: null, imgDom: null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment