WANG 6 лет назад
Родитель
Сommit
d3f34677b8
1 измененных файлов с 4 добавлено и 6 удалено
  1. 4 6
      src/modules/examwork/view/examInfo.vue

+ 4 - 6
src/modules/examwork/view/examInfo.vue

@@ -55,18 +55,16 @@
         <!-- 弹出窗口 -->
         <el-dialog
           title="请选择考试类型"
-          width="600px"
+          width="650px"
           :visible.sync="examInfoDialog"
         >
-          <el-button-group>
+          <div>
             <el-button @click="toTradition">传统考试</el-button>
             <el-button @click="toOnline">网络考试</el-button>
             <el-button @click="toPractice">练习考试</el-button>
             <el-button @click="toOffline">离线考试</el-button>
-            <el-button @click="toPrint">
-              分布式印刷考试</el-button
-            ></el-button-group
-          >
+            <el-button @click="toPrint"> 分布式印刷考试</el-button>
+          </div>
           <div style="margin-top: 10px;text-align: center;">
             <el-button type="primary" @click="examInfoDialog = false"
               >取 消</el-button