mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-09 05:29:32 +00:00
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<Modal v-bind="getBindValue" @cancel="handleCancel" wrapClassName="vben-basic-modal">
|
<Modal v-bind="getBindValue" @cancel="handleCancel">
|
||||||
<template #closeIcon v-if="!$slots.closeIcon">
|
<template #closeIcon v-if="!$slots.closeIcon">
|
||||||
<ModalClose
|
<ModalClose
|
||||||
:canFullscreen="getProps.canFullscreen"
|
:canFullscreen="getProps.canFullscreen"
|
||||||
@@ -140,8 +140,8 @@
|
|||||||
...unref(getMergeProps),
|
...unref(getMergeProps),
|
||||||
open: unref(openRef),
|
open: unref(openRef),
|
||||||
};
|
};
|
||||||
attr['wrapClassName'] = `${attr?.['wrapClassName'] || ''} ${unref(getWrapClassName)}`;
|
attr['wrapClassName'] =
|
||||||
|
`${attr?.['wrapClassName'] || ''} ${unref(getWrapClassName)}` + 'vben-basic-modal-wrap';
|
||||||
if (unref(fullScreenRef)) {
|
if (unref(fullScreenRef)) {
|
||||||
return omit(attr, ['height', 'title']);
|
return omit(attr, ['height', 'title']);
|
||||||
}
|
}
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.vben-basic-modal .ant-modal {
|
.vben-basic-modal-wrap .ant-modal {
|
||||||
width: 520px;
|
width: 520px;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user