NEZ-3212 feat:告警详情页易用性改进

This commit is contained in:
zyh
2023-10-12 10:35:17 +08:00
parent 84115ec7b1
commit 7027942029
13 changed files with 1173 additions and 189 deletions

View File

@@ -90,7 +90,7 @@
class="nz-dialog chart-fullscreen"
destroy-on-close
fullscreen
:modal-append-to-body="false"
append-to-body
>
<alertMessageInfo
:ref="'chart-fullscreen' + chartInfo.id"
@@ -103,9 +103,13 @@
@showFullscreen="showFullscreen"
></alertMessageInfo>
</el-dialog>
<el-dialog class="nz-dialog table-chart-dialog" :title="$t('alert.config.trbShot')"
:visible.sync="dialogShowText"
width="96%" @close="dialogShowText = false" :modal-append-to-body="false">
<el-dialog
class="nz-dialog table-chart-dialog"
:title="$t('alert.config.trbShot')"
:visible.sync="dialogShowText"
width="96%"
@close="dialogShowText = false"
:modal-append-to-body="false">
<div slot="title">
<span class="nz-dialog-title">{{$t('alert.config.trbShot')}}</span>
</div>