Commit 9f533f39 authored by 罗超's avatar 罗超

1

parent 5c399195
......@@ -277,13 +277,13 @@
initialFrameWidth: null,
initialFrameHeight: 100,
autoHeightEnabled: true,
enableContextMenu: false
enableContextMenu: false,
zIndex:900
}
},
}
},
mounted() {
if (this.saveObj && this.saveObj.Id > 0) {
this.addMsg.Id = this.saveObj.Id
this.addMsg.ActivityName = this.saveObj.ActivityName
......
......@@ -389,5 +389,7 @@
margin: 0 10px 10px 0;
display: inline-block;
}
.activeDetail-item .el-dialog__body{
max-height: none !important;
}
</style>
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