From c11d81431222c7e6045f94c8cb398defff44c782 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 19 Jun 2024 17:29:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A8=A1=E6=80=81=E6=A1=86=E7=9A=84foot?= =?UTF-8?q?er=E5=BA=95=E9=83=A8=E6=8C=89=E9=92=AEnull=E4=BC=9A=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UploadModal/index.vue | 2 +- .../softwareManage/components/software-history.vue | 2 +- src/views/faultManage/active-alarm/index.vue | 3 ++- src/views/faultManage/history-alarm/index.vue | 1 + src/views/neUser/ue/index.vue | 2 +- src/views/traceManage/pcap/index.vue | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/UploadModal/index.vue b/src/components/UploadModal/index.vue index e4d65cc5..662927d9 100644 --- a/src/components/UploadModal/index.vue +++ b/src/components/UploadModal/index.vue @@ -84,7 +84,7 @@ function fnUpload(up: UploadRequestOption) { :keyboard="false" :mask-closable="false" :confirm-loading="props.loading" - :footer="null" + :footer="false" @cancel="fnModalClose" > diff --git a/src/views/configManage/softwareManage/components/software-history.vue b/src/views/configManage/softwareManage/components/software-history.vue index 3c5724ba..ee7e883e 100644 --- a/src/views/configManage/softwareManage/components/software-history.vue +++ b/src/views/configManage/softwareManage/components/software-history.vue @@ -210,7 +210,7 @@ watch( :keyboard="false" :mask-closable="false" @cancel="fnModalCancel" - :footer="null" + :footer="false" > diff --git a/src/views/faultManage/active-alarm/index.vue b/src/views/faultManage/active-alarm/index.vue index ed066bf7..0d4b3672 100644 --- a/src/views/faultManage/active-alarm/index.vue +++ b/src/views/faultManage/active-alarm/index.vue @@ -1054,7 +1054,8 @@ onMounted(() => { :visible="modalState.helpShowView" :title="modalState.title" :confirm-loading="modalState.confirmLoading" - :footer="null" + :body-style="{ padding: '0px' }" + :footer="false" @cancel="fnModalCancel" > { { :visible="modalState.visibleByView" :title="modalState.title" @cancel="fnModalCancel" - :footer="null" + :footer="false" > diff --git a/src/views/traceManage/pcap/index.vue b/src/views/traceManage/pcap/index.vue index 19681b2f..d5ecd361 100644 --- a/src/views/traceManage/pcap/index.vue +++ b/src/views/traceManage/pcap/index.vue @@ -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')"