阅读背景:

vue el-dialog头部添加按钮_spring-java的博客_el-dialog 按钮

来源:互联网 
<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>
<el-dialog
          v-drag
          :v



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: