Commit d4a680a5 by ‘巴博尔’

修改dialog的rules爆红

parent f85e4169
...@@ -311,6 +311,7 @@ ...@@ -311,6 +311,7 @@
/> />
<!-- 添加或修改题库主对话框 --> <!-- 添加或修改题库主对话框 -->
<template v-if="open">
<el-dialog <el-dialog
:title="title" :title="title"
:visible.sync="open" :visible.sync="open"
...@@ -518,6 +519,7 @@ ...@@ -518,6 +519,7 @@
<el-button @click="cancel">取 消</el-button> <el-button @click="cancel">取 消</el-button>
</div> </div>
</el-dialog> </el-dialog>
</template>
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment