Merge pull request #4128 from dataease/pr@dev_memory_component

Pr@dev memory component
This commit is contained in:
fit2cloudrd
2022-12-20 14:43:21 +08:00
committed by GitHub
16 changed files with 82 additions and 61 deletions

View File

@@ -279,7 +279,7 @@ export default {
} else {
return {
...
getStyle(style, ['top', 'left', 'width', 'height', 'rotate']),
getStyle(style, ['top', 'left', 'width', 'height', 'rotate']),
position: 'relative'
}
}

View File

@@ -350,7 +350,7 @@ export default {
},
computed: {
//首次加载且非编辑状态新复制的视图使用外部filter
// 首次加载且非编辑状态新复制的视图使用外部filter
initLoad() {
return !(this.isEdit && this.currentCanvasNewId.includes(this.element.id)) && this.isFirstLoad
},
@@ -1269,7 +1269,6 @@ export default {
display: block !important;
}
.mobile-dialog-css ::v-deep .el-dialog__headerbtn {
top: 7px
}

View File

@@ -217,7 +217,10 @@ export default {
return ''
}
},
options: {},
options: {
type: Object,
default: () => {}
},
width: {
type: Number,
default() {

View File

@@ -180,7 +180,10 @@ export default {
return ''
}
},
options: {},
options: {
type: Object,
default: () => {}
},
width: {
type: Number,
default() {