fix: 模态框的footer底部按钮null会显示的处理

This commit is contained in:
TsMask
2024-06-19 17:29:59 +08:00
parent e1548d2c98
commit c11d814312
6 changed files with 7 additions and 5 deletions

View File

@@ -539,7 +539,7 @@ onMounted(() => {
:drag="true"
:width="800"
:visible="modalState.visibleByView"
:footer="null"
:footer="false"
:maskClosable="false"
:keyboard="false"
:title="t('views.traceManage.pcap.textLogMsg')"