fix: 模态框的footer底部按钮null会显示的处理
This commit is contained in:
@@ -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"
|
||||
>
|
||||
<a-table
|
||||
|
||||
Reference in New Issue
Block a user