<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>
Logo

前往低代码交流专区

更多推荐