|
@@ -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{
|