|
@@ -7,6 +7,7 @@
|
|
:before-close="toClose"
|
|
:before-close="toClose"
|
|
:close-on-click-modal="false"
|
|
:close-on-click-modal="false"
|
|
:modal-append-to-body="false"
|
|
:modal-append-to-body="false"
|
|
|
|
+ :append-to-body="true"
|
|
>
|
|
>
|
|
<slot name="info"></slot>
|
|
<slot name="info"></slot>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
@@ -49,6 +50,6 @@ export default {
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
/deep/.el-dialog__body {
|
|
/deep/.el-dialog__body {
|
|
padding: 10px;
|
|
padding: 10px;
|
|
- min-height: 50px;
|
|
|
|
|
|
+ min-height: 330px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|