zengyicheng 1 年之前
父节点
当前提交
658635d4fd
共有 3 个文件被更改,包括 441 次插入131 次删除
  1. 2 2
      src/components/easy2/studyStudent.vue
  2. 2 2
      src/components/easy3/studyStudent.vue
  3. 437 127
      src/components/studyStudent.vue

+ 2 - 2
src/components/easy2/studyStudent.vue

@@ -8792,7 +8792,7 @@
           <img src="../../assets/close1.png" alt="" />
         </div> -->
         <div class="checkbox">
-          <div class="check" style="font-size: 25px">评课笔记</div>
+          <div class="check" style="font-size: 25px;position:unset;">评课笔记</div>
           <el-select v-model="pzStype" @change="selectPz" class="selectBox">
             <el-option label="时间降序" :value="1"></el-option>
             <el-option label="时间升序" :value="2"></el-option>
@@ -22856,7 +22856,7 @@ ol {
   height: 10px;
   background: #0061ff;
   border-radius: 50%;
-  margin-left: 10px;
+  margin-left: 13px;
 }
 
 .timeAndReply{

+ 2 - 2
src/components/easy3/studyStudent.vue

@@ -8802,7 +8802,7 @@
           <img src="../../assets/close1.png" alt="" />
         </div> -->
         <div class="checkbox">
-          <div class="check" style="font-size: 25px">评课笔记</div>
+          <div class="check" style="font-size: 25px;position:unset;">评课笔记</div>
           <el-select v-model="pzStype" @change="selectPz" class="selectBox">
             <el-option label="时间降序" :value="1"></el-option>
             <el-option label="时间升序" :value="2"></el-option>
@@ -22754,7 +22754,7 @@ ol {
   height: 10px;
   background: #0061ff;
   border-radius: 50%;
-  margin-left: 10px;
+  margin-left: 13px;
 }
 
 .timeAndReply {

文件差异内容过多而无法显示
+ 437 - 127
src/components/studyStudent.vue


部分文件因为文件数量过多而无法显示