<el-dialog
v-drag
:visible.sync="ruleForm.dialogVisible"
title=""
top="0.5%"
width="50%"
:show-close="false"
:close-on-click-modal="false"
fullscreen:false
>
<span slot="title" class="dialog-footer">
<el-button type="primary" icon="el-icon-check" @click="submit('ruleForm')">保存</el-button>
<el-button type="primary" icon="el-icon-close" @click="closeDialog">关闭</el-button>
</span>
</el-dialog>
版权声明:本文为weixin_41463944原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。