lsc 2 년 전
부모
커밋
da173ce7a1
1개의 변경된 파일6개의 추가작업 그리고 38개의 파일을 삭제
  1. 6 38
      src/components/pages/tencent/teacher.vue

+ 6 - 38
src/components/pages/tencent/teacher.vue

@@ -52,7 +52,7 @@
             :file-list="fileListUpload"
             accept=".xlsx"
           >
-            <el-button class="btnClassGM" size="primary" type="primary"
+            <el-button size="primary" type="primary"
               >批量添加</el-button
             >
             <div slot="tip" class="el-upload__tip" style="margin-left: 10px">
@@ -764,8 +764,7 @@ export default {
 }
 .student_button {
   color: #fff;
-  background: #8681b7;
-  border-color: #8681b7;
+  background: #2268bc;
   width: 60px;
   height: 30px;
   padding: 0 !important;
@@ -774,8 +773,7 @@ export default {
 }
 .head_right > button:nth-child(1) {
   color: #fff;
-  background: #8681b7;
-  border-color: #8681b7;
+  background: #2268bc;
   width: 70px;
   height: 30px;
   padding: 0 !important;
@@ -784,7 +782,7 @@ export default {
 }
 .head_right > button:nth-child(2) {
   color: #fff;
-  background: #8681b7;
+  background: #2268bc;
   width: 70px;
   height: 30px;
   padding: 0 !important;
@@ -848,7 +846,7 @@ export default {
 .right {
   width: 250px;
   color: #fff;
-  background: #8681b7;
+  background: #2268bc;
   margin-bottom: 20px;
 }
 .header-title {
@@ -870,7 +868,7 @@ export default {
 }
 .upload-demo >>> .el-button {
   color: #fff;
-  background: #8681b7;
+  background: #2268bc;
   width: 70px;
   height: 30px;
   padding: 0 !important;
@@ -908,36 +906,6 @@ export default {
   align-items: baseline;
 }
 
-.student_page
-  >>> .el-pagination.is-background
-  .el-pager
-  li:not(.disabled).active {
-  background-color: #5c549f;
-  color: #fff !important;
-}
-.student_page
-  >>> .el-pagination.is-background
-  .el-pager
-  li:not(.disabled):hover {
-  color: #5c549f;
-}
-
-.el-select-dropdown__item.selected {
-  color: #5c549f;
-}
-
-.inputClass.is-active >>> .el-input__inner,
-.inputClass >>> .el-input__inner:focus {
-  border-color: #5c549f;
-}
-
-.inputClass >>> .el-select .el-input.is-focus .el-input__inner {
-  border-color: #5c549f;
-}
-.inputClass >>> .el-select .el-input__inner:focus {
-  border-color: #5c549f;
-}
-
 .student_input.el-input {
   width: auto;
 }