Merge branch 'dev-3.7' of git.mesalab.cn:nezha/nezha-fronted into dev-3.7

This commit is contained in:
zyh
2023-03-13 17:42:27 +08:00
3 changed files with 5 additions and 2 deletions

View File

@@ -86,7 +86,8 @@ export default {
init: function () {
const meta2dOptions = {
minScale: 0.25,
maxScale: 2
maxScale: 2,
autoAnchor: false
}
const meta2d = new Meta2d(this.meta2dId, meta2dOptions)
meta2d.register(flowPens())

View File

@@ -140,7 +140,7 @@ export default {
data.pens = []
}
data.pens.forEach(pen => {
pen.isBottom = false
pen.isBottom = true
if (!pen.nzName) {
pen.nzName = ''
}

View File

@@ -42,6 +42,8 @@
:title="title"
:visible.sync="uploadPicShow"
width="auto"
:append-to-body="true"
:modal-append-to-body="false"
@close="uploadPicShow = false"
destroy-on-close>
<el-row class="upload-pic-row">