mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
优化弹框关闭图表
This commit is contained in:
@@ -11,11 +11,16 @@
|
||||
v-model:open="showCtrModal"
|
||||
:destroy-on-close="true"
|
||||
:get-container="() => $refs.mapContent"
|
||||
:closable="false"
|
||||
:footer="null"
|
||||
:title="testVal.name"
|
||||
:mask="true"
|
||||
>
|
||||
<template #closeIcon>
|
||||
<i
|
||||
class="iconfont icon-guanbi"
|
||||
style="font-size:20px; cursor: pointer; color: #fff; "
|
||||
/>
|
||||
</template>
|
||||
<div class="modal-content">
|
||||
<div class="home-modal">
|
||||
<Modal></Modal>
|
||||
@@ -103,7 +108,11 @@ export default {
|
||||
margin: auto;
|
||||
box-shadow: none;
|
||||
background: transparent;
|
||||
|
||||
.ant-modal-close{
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 3px;
|
||||
}
|
||||
.ant-modal-body {
|
||||
height: calc(100% - 45px);
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user