WANG 6 년 전
부모
커밋
6a9d22ade1

+ 7 - 5
src/modules/examwork/view/offlineExam.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <section class="content" style="margin-top: -10px;">
+    <section class="content">
       <div class="box box-info">
         <!-- 正文信息 -->
         <div class="box-body">
@@ -12,10 +12,12 @@
             label-position="right"
           >
             <div style="margin-bottom: 10px">
-              <el-button-group>
-                <el-button type="primary" @click="saveExam">保 存</el-button>
-                <el-button @click="back">返 回</el-button>
-              </el-button-group>
+              <el-button type="primary" size="small" @click="saveExam"
+                >保 存</el-button
+              >
+              <el-button type="primary" size="small" @click="back"
+                >返 回</el-button
+              >
             </div>
             <el-tabs type="border-card" v-model="activeName">
               <!-- 基础信息 -->

+ 8 - 6
src/modules/examwork/view/onlineExam.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <section class="content" style="margin-top: -10px;">
+    <section class="content">
       <div class="box box-info">
         <!-- 正文信息 -->
         <div class="box-body">
@@ -11,11 +11,13 @@
             :model="form"
             label-position="right"
           >
-            <div style="margin-bottom: 10px">
-              <el-button-group>
-                <el-button type="primary" @click="saveExam">保 存</el-button>
-                <el-button @click="back">返 回</el-button>
-              </el-button-group>
+            <div style="margin-bottom: 10px;">
+              <el-button type="primary" size="small" @click="saveExam"
+                >保 存</el-button
+              >
+              <el-button type="primary" size="small" @click="back"
+                >返 回</el-button
+              >
             </div>
             <el-tabs type="border-card" v-model="activeName">
               <!-- 基础信息 -->

+ 7 - 5
src/modules/examwork/view/practiceExam.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <section class="content" style="margin-top: -10px;">
+    <section class="content">
       <div class="box box-info">
         <!-- 正文信息 -->
         <div class="box-body">
@@ -12,10 +12,12 @@
             label-position="right"
           >
             <div style="margin-bottom: 10px">
-              <el-button-group>
-                <el-button type="primary" @click="saveExam">保 存</el-button>
-                <el-button @click="back">返 回</el-button>
-              </el-button-group>
+              <el-button type="primary" size="small" @click="saveExam"
+                >保 存</el-button
+              >
+              <el-button type="primary" size="small" @click="back"
+                >返 回</el-button
+              >
             </div>
             <el-tabs type="border-card" v-model="activeName">
               <!-- 基础信息 -->

+ 7 - 5
src/modules/examwork/view/printExam.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <section class="content" style="margin-top: -10px;">
+    <section class="content">
       <div class="box box-info">
         <!-- 正文信息 -->
         <div class="box-body">
@@ -12,10 +12,12 @@
             label-position="right"
           >
             <div style="margin-bottom: 10px">
-              <el-button-group>
-                <el-button type="primary" @click="saveExam">保 存</el-button>
-                <el-button @click="back">返 回</el-button>
-              </el-button-group>
+              <el-button type="primary" size="small" @click="saveExam"
+                >保 存</el-button
+              >
+              <el-button type="primary" size="small" @click="back"
+                >返 回</el-button
+              >
             </div>
             <el-tabs type="border-card" v-model="activeName">
               <!-- 基础信息 -->

+ 7 - 5
src/modules/examwork/view/traditionExam.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <section class="content" style="margin-top: -10px;">
+    <section class="content">
       <div class="box box-info">
         <!-- 正文信息 -->
         <div class="box-body">
@@ -12,10 +12,12 @@
             label-position="right"
           >
             <div style="margin-bottom: 10px">
-              <el-button-group>
-                <el-button type="primary" @click="saveExam">保 存</el-button>
-                <el-button @click="back">返 回</el-button>
-              </el-button-group>
+              <el-button type="primary" size="small" @click="saveExam"
+                >保 存</el-button
+              >
+              <el-button type="primary" size="small" @click="back"
+                >返 回</el-button
+              >
             </div>
             <el-tabs type="border-card" v-model="activeName">
               <!-- 基础信息 -->