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')"