瀏覽代碼

调整样式

chenken 6 年之前
父節點
當前提交
2f110ea2a6

+ 0 - 8
src/modules/oe/views/absent.vue

@@ -170,12 +170,4 @@ export default {
   created() {}
 };
 </script>
-<style scoped>
-.header-title {
-  text-align: left;
-}
-.margin-top-10 {
-  margin-top: 10px;
-}
-</style>
 <style scoped src="../style/common.css"></style>

+ 0 - 13
src/modules/oe/views/alreadyAudited.vue

@@ -400,17 +400,4 @@ export default {
   }
 };
 </script>
-<style scoped>
-.el-row {
-  position: static !important;
-}
-.margin-top-10 {
-  margin-top: 10px;
-}
-.select-type {
-  font-size: 8px;
-  cursor: pointer;
-  color: #409eff;
-}
-</style>
 <style scoped src="../style/common.css"></style>

+ 0 - 14
src/modules/oe/views/awaitingAudit.vue

@@ -589,18 +589,4 @@ export default {
   }
 };
 </script>
-<style scoped>
-.el-row {
-  position: static !important;
-}
-
-.operateRow {
-  margin-top: 2px;
-}
-.select-type {
-  font-size: 8px;
-  cursor: pointer;
-  color: #409eff;
-}
-</style>
 <style scoped src="../style/common.css"></style>

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

@@ -3,7 +3,7 @@
     <el-header id="capture-detail-header">
       <LinkTitlesCustom :currentPaths="currentPaths" />
     </el-header>
-    <el-main style="overflow: unset;" class="el-main-padding">
+    <el-main style="overflow: unset;margin-left: 20px;" class="el-main-padding">
       <el-row>
         <el-col :span="6">
           <img :src="studentBasePhotoPath" alt width="180" />

+ 0 - 11
src/modules/oe/views/examDetail.vue

@@ -609,20 +609,9 @@ export default {
 };
 </script>
 <style scope>
-.el-row {
-  position: static !important;
-}
 .el-date-editor.el-input,
 .el-date-editor.el-input__inner {
   width: auto !important;
 }
-.select-type {
-  font-size: 8px;
-  cursor: pointer;
-  color: #409eff;
-}
-.operateRow {
-  margin-top: 2px;
-}
 </style>
 <style scoped src="../style/common.css"></style>

+ 0 - 11
src/modules/oe/views/examScheduling.vue

@@ -600,17 +600,6 @@ export default {
 };
 </script>
 <style scoped>
-.el-row {
-  position: static !important;
-}
-.operateRow {
-  margin-top: 2px;
-}
-.select-type {
-  font-size: 8px;
-  cursor: pointer;
-  color: #409eff;
-}
 .offline_file {
   color: blue;
 }

+ 0 - 5
src/modules/oe/views/illegalityNameList.vue

@@ -319,9 +319,4 @@ export default {
   }
 };
 </script>
-<style scoped>
-.el-row {
-  position: static !important;
-}
-</style>
 <style scoped src="../style/common.css"></style>

+ 0 - 5
src/modules/oe/views/reexamine.vue

@@ -254,9 +254,4 @@ export default {
   created() {}
 };
 </script>
-<style scoped>
-.el-row {
-  position: static !important;
-}
-</style>
 <style scoped src="../style/common.css"></style>

+ 0 - 5
src/modules/oe/views/scoreStatistics.vue

@@ -397,9 +397,4 @@ export default {
   created() {}
 };
 </script>
-<style scoped>
-.el-row {
-  position: static !important;
-}
-</style>
 <style scoped src="../style/common.css"></style>