瀏覽代碼

调整间距

chenken 6 年之前
父節點
當前提交
6ee517ed2d

+ 4 - 0
src/modules/oe/style/common.css

@@ -17,3 +17,7 @@
 .margin-top-20 {
   margin-top: 20px;
 }
+.el-main-padding {
+  padding-top: 2px;
+  padding-left: 5px;
+}

+ 2 - 1
src/modules/oe/views/absent.vue

@@ -1,6 +1,6 @@
 <template>
   <el-container>
-    <el-main>
+    <el-main class="el-main-padding">
       <commonFormVue
         :form="form"
         :getExamCondition="getExamCondition"
@@ -178,3 +178,4 @@ export default {
   margin-top: 10px;
 }
 </style>
+<style scoped src="../style/common.css"></style>

+ 1 - 1
src/modules/oe/views/alreadyAudited.vue

@@ -1,6 +1,6 @@
 <template>
   <el-container>
-    <el-main>
+    <el-main class="el-main-padding">
       <commonFormVue :form="form" :getExamCondition="getExamCondition">
         <el-row v-show="showAllCondition">
           <el-col :span="6">

+ 1 - 4
src/modules/oe/views/awaitingAudit.vue

@@ -1,6 +1,6 @@
 <template>
   <el-container>
-    <el-main>
+    <el-main class="el-main-padding">
       <commonFormVue :form="form" :getExamCondition="getExamCondition">
         <el-row v-show="showAllCondition">
           <el-col :span="6">
@@ -597,9 +597,6 @@ export default {
 .operateRow {
   margin-top: 2px;
 }
-.margin-top-10 {
-  margin-top: 10px;
-}
 .select-type {
   font-size: 8px;
   cursor: pointer;

+ 7 - 4
src/modules/oe/views/captureDetail.vue

@@ -1,7 +1,9 @@
 <template>
   <el-container>
-    <el-header> <LinkTitlesCustom :currentPaths="currentPaths" /> </el-header>
-    <el-main style="overflow: unset;">
+    <el-header id="capture-detail-header">
+      <LinkTitlesCustom :currentPaths="currentPaths" />
+    </el-header>
+    <el-main style="overflow: unset;" class="el-main-padding">
       <el-row>
         <el-col :span="6">
           <img :src="studentBasePhotoPath" alt width="180" />
@@ -335,8 +337,8 @@ export default {
 };
 </script>
 <style scoped>
-.margin-top-10 {
-  margin-top: 10px;
+#capture-detail-header {
+  height: 15px !important;
 }
 .capture-title {
   font-size: 20px;
@@ -391,3 +393,4 @@ export default {
   color: red;
 }
 </style>
+<style scoped src="../style/common.css"></style>

+ 1 - 1
src/modules/oe/views/examDetail.vue

@@ -1,6 +1,6 @@
 <template>
   <el-container>
-    <el-main>
+    <el-main class="el-main-padding">
       <commonFormVue :form="form" :getExamCondition="getExamCondition">
         <el-row v-show="showAllCondition">
           <el-col :span="6">

+ 1 - 1
src/modules/oe/views/examScheduling.vue

@@ -1,6 +1,6 @@
 <template>
   <el-container>
-    <el-main v-loading="loading">
+    <el-main v-loading="loading" class="el-main-padding">
       <commonFormVue :form="form" :getExamCondition="getExamCondition">
         <el-row v-show="showAllCondition">
           <el-col :span="6">

+ 2 - 1
src/modules/oe/views/examSummary.vue

@@ -1,6 +1,6 @@
 <template>
   <el-container>
-    <el-main>
+    <el-main class="el-main-padding">
       <el-row>
         <el-col :span="24">
           <el-form>
@@ -507,3 +507,4 @@ export default {
   border-top-right-radius: 3px;
 }
 </style>
+<style scoped src="../style/common.css"></style>

+ 1 - 1
src/modules/oe/views/illegalityNameList.vue

@@ -1,6 +1,6 @@
 <template>
   <el-container>
-    <el-main>
+    <el-main class="el-main-padding">
       <commonFormVue :form="form" :getExamCondition="getExamCondition">
         <el-col :span="6">
           <el-form-item label="违纪类型">

+ 2 - 4
src/modules/oe/views/reexamine.vue

@@ -1,6 +1,6 @@
 <template>
   <el-container>
-    <el-main>
+    <el-main class="el-main-padding">
       <commonFormVue :form="form" :getExamCondition="getExamCondition">
       </commonFormVue>
       <el-col :span="6">
@@ -258,7 +258,5 @@ export default {
 .el-row {
   position: static !important;
 }
-.margin-top-10 {
-  margin-top: 10px;
-}
 </style>
+<style scoped src="../style/common.css"></style>

+ 1 - 1
src/modules/oe/views/scoreStatistics.vue

@@ -1,6 +1,6 @@
 <template>
   <el-container>
-    <el-main>
+    <el-main class="el-main-padding">
       <commonFormVue :form="form" :getExamCondition="getExamCondition">
         <el-col :span="6">
           <el-form-item label="是否缺考">