Browse Source

bug修改

zhangjie 4 năm trước cách đây
mục cha
commit
65867287bc
2 tập tin đã thay đổi với 39 bổ sung1 xóa
  1. 38 0
      src/assets/styles/mark.less
  2. 1 1
      src/modules/main/StudentManage.vue

+ 38 - 0
src/assets/styles/mark.less

@@ -1031,3 +1031,41 @@
     }
   }
 }
+.change-standard-paper-dialog {
+  .level-list {
+    font-size: 0;
+    padding-bottom: 50px;
+  }
+  .level-item {
+    display: inline-block;
+    vertical-align: top;
+    height: 32px;
+    width: 40px;
+    line-height: 32px;
+    text-align: center;
+    border-radius: @box-border-radius-small;
+    color: @dark-color-lighter;
+    border: 1px solid @dark-color-lighter;
+    font-size: 16px;
+    margin: 10px;
+    cursor: pointer;
+
+    &:hover {
+      color: @main-color;
+      border-color: @main-color;
+    }
+
+    &-act {
+      border-color: rgba(34, 192, 255, 0.4) !important;
+      background-color: @info-color;
+      color: @white!important;
+      box-shadow: 0px 10px 10px 0px rgba(34, 192, 255, 0.4);
+    }
+
+    &-disabled {
+      border-color: @disabled-color !important;
+      color: @disabled-color!important;
+      cursor: not-allowed;
+    }
+  }
+}

+ 1 - 1
src/modules/main/StudentManage.vue

@@ -350,7 +350,7 @@ export default {
       //   this.$Message.error("上传状态和科目必须同时选择!");
       //   return;
       // }
-      if (datas.subject === "ONE") datas.subject = null;
+      // if (datas.subject === "ONE") datas.subject = null;
       const data = await studentPageList(datas);
       this.students = data.data.map(student => {
         student.uploadStatus.split(",").map(status => {