弹窗组件效果
ComModelR.vue组件
<template>
<div>
<a-modal v-model:visible="visible" :title="title" @ok="handleOk" :bodyStyle="bodyStyle" :width="width" :maskClosable="false"
:destroyOnClose="true" :footer="null" @cancel="handleCancel" :wrapClassName='wrapClassName'>
<template #closeIcon> <span style="border:1px solid #d9d9d9;font-size: 12px;padding:1px 5px;width: 79px;display: inline-block;height: 26px;line-height: 23px;">
<!-- 返回上级 -->
{
{ props.buttntitle }}
</span></template>
<slot></slot>
</