|
@@ -68,7 +68,7 @@
|
|
|
<div class="pb_left" v-else-if="!(IsFollow && tType == 2)">
|
|
|
<!-- <div class="courseTitle">{{ courseDetail.title }}</div> -->
|
|
|
<div style="border-bottom: 1px solid #cad1dc; width: 100%">
|
|
|
- <div class="courseTitle">
|
|
|
+ <div class="courseTitle" :style="{ margin: tcid && inviteCode && '10px auto 0px'}">
|
|
|
<div
|
|
|
style="
|
|
|
max-width: calc(100% - 40px);
|
|
@@ -99,7 +99,7 @@
|
|
|
<div
|
|
|
class="inviteBox"
|
|
|
v-if="tcid && inviteCode"
|
|
|
- style="padding: 0 0 15px 0"
|
|
|
+ style="padding: 0 0 8px 0"
|
|
|
>
|
|
|
<div>
|
|
|
<span>随机码:{{ inviteCode }}</span>
|
|
@@ -890,7 +890,7 @@
|
|
|
<div class="bzBox">
|
|
|
<div class="yCss"></div>
|
|
|
<div :ref="'bz' + toolIndex" :id="'gj' + toolIndex">
|
|
|
- 步骤{{ toolIndex + 1 }}
|
|
|
+ 工具{{ toolIndex + 1 }}
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="timeWorkList[toolIndex].length > 0"
|
|
@@ -2309,8 +2309,8 @@
|
|
|
<div
|
|
|
class="zuoyeYulan"
|
|
|
v-if="
|
|
|
- worksStudent.length &&
|
|
|
- worksStudent[toolIndex].length > 0
|
|
|
+ (worksStudent.length &&
|
|
|
+ worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
|
|
|
"
|
|
|
>
|
|
|
<div class="worksTop">
|
|
@@ -2319,7 +2319,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -2619,7 +2619,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
|
|
|
0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
:class="w.type == 1 ? 'isTypeOne' : ''"
|
|
|
>
|
|
@@ -2877,7 +2877,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -2911,7 +2911,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
|
|
|
0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
:class="w.type == 1 ? 'isTypeOne' : ''"
|
|
|
>
|
|
@@ -3034,7 +3034,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -3068,7 +3068,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
|
|
|
0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
:class="w.type == 1 ? 'isTypeOne' : ''"
|
|
|
>
|
|
@@ -3190,7 +3190,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -3223,7 +3223,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
|
|
|
0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
:class="w.type == 1 ? 'isTypeOne' : ''"
|
|
|
>
|
|
@@ -3516,7 +3516,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -3545,7 +3545,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex]
|
|
|
.isClose == 0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
class="isWorksName2"
|
|
|
@click="
|
|
@@ -3700,7 +3700,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -3728,7 +3728,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex]
|
|
|
.isClose == 0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
class="isWorksName2"
|
|
|
@click="
|
|
@@ -3795,7 +3795,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -3823,7 +3823,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex]
|
|
|
.isClose == 0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
class="isWorksName2"
|
|
|
style="width: 160px;height: 65px;line-height: 65px;"
|
|
@@ -3889,8 +3889,8 @@
|
|
|
<div
|
|
|
class="zuoyeYulan"
|
|
|
v-if="
|
|
|
- worksStudent.length &&
|
|
|
- worksStudent[toolIndex].length > 0
|
|
|
+ (worksStudent.length &&
|
|
|
+ worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
|
|
|
"
|
|
|
>
|
|
|
<div class="worksTop">
|
|
@@ -3899,7 +3899,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -4059,7 +4059,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
|
|
|
0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
>
|
|
|
<div
|
|
@@ -4183,8 +4183,8 @@
|
|
|
<div
|
|
|
class="zuoyeYulan"
|
|
|
v-if="
|
|
|
- worksStudent.length &&
|
|
|
- worksStudent[toolIndex].length > 0
|
|
|
+ (worksStudent.length &&
|
|
|
+ worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
|
|
|
"
|
|
|
>
|
|
|
<div class="worksTop">
|
|
@@ -4193,7 +4193,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -4356,7 +4356,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
|
|
|
0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
>
|
|
|
<!-- @click="previewImg(w.works)" @click="commentOther(w, toolIndex, wIndex)"-->
|
|
@@ -4463,8 +4463,8 @@
|
|
|
<div
|
|
|
class="zuoyeYulan"
|
|
|
v-if="
|
|
|
- worksStudent.length &&
|
|
|
- worksStudent[toolIndex].length > 0
|
|
|
+ (worksStudent.length &&
|
|
|
+ worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
|
|
|
"
|
|
|
>
|
|
|
<div class="worksTop">
|
|
@@ -4473,7 +4473,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -4636,7 +4636,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
|
|
|
0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
>
|
|
|
<!-- @click="previewImg(w.works)" -->
|
|
@@ -4743,8 +4743,8 @@
|
|
|
<div
|
|
|
class="zuoyeYulan"
|
|
|
v-if="
|
|
|
- worksStudent.length &&
|
|
|
- worksStudent[toolIndex].length > 0
|
|
|
+ (worksStudent.length &&
|
|
|
+ worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
|
|
|
"
|
|
|
>
|
|
|
<div class="worksTop">
|
|
@@ -4753,7 +4753,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -4916,7 +4916,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
|
|
|
0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
>
|
|
|
<!-- @click="previewImg(w.works)" -->
|
|
@@ -5022,8 +5022,8 @@
|
|
|
<div
|
|
|
class="zuoyeYulan"
|
|
|
v-if="
|
|
|
- worksStudent.length &&
|
|
|
- worksStudent[toolIndex].length > 0
|
|
|
+ (worksStudent.length &&
|
|
|
+ worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
|
|
|
"
|
|
|
>
|
|
|
<div class="worksTop">
|
|
@@ -5032,7 +5032,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -5195,7 +5195,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
|
|
|
0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
>
|
|
|
<!-- @click="previewImg(w.works)" -->
|
|
@@ -5312,7 +5312,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -5341,7 +5341,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
|
|
|
0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
:class="w.type == 1 ? 'isTypeOne' : ''"
|
|
|
>
|
|
@@ -5417,7 +5417,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -5452,7 +5452,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
|
|
|
0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
:class="w.type == 1 ? 'isTypeOne' : ''"
|
|
|
>
|
|
@@ -5617,7 +5617,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -5644,7 +5644,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
|
|
|
0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
class="isWorksName2"
|
|
|
@click="openXz(w, toolIndex)"
|
|
@@ -5865,7 +5865,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -5893,7 +5893,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
|
|
|
0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
class="isWorksName2"
|
|
|
@click="openSen(w, toolIndex)"
|
|
@@ -5948,7 +5948,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -5983,7 +5983,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
|
|
|
0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
:class="w.type == 1 ? 'isTypeOne' : ''"
|
|
|
>
|
|
@@ -6175,7 +6175,7 @@
|
|
|
class="corOpen"
|
|
|
@click="contract(toolIndex)"
|
|
|
v-if="
|
|
|
- worksStudent[toolIndex].length > 6 &&
|
|
|
+ worksStudent[toolIndex].length > 3 &&
|
|
|
isCloseList[toolIndex].isClose == 0
|
|
|
"
|
|
|
>
|
|
@@ -6210,7 +6210,7 @@
|
|
|
v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
|
|
|
0
|
|
|
? worksStudent[toolIndex]
|
|
|
- : worksStudent[toolIndex].slice(0, 6)"
|
|
|
+ : worksStudent[toolIndex].slice(0, 3)"
|
|
|
:key="wIndex"
|
|
|
:class="w.type == 1 ? 'isTypeOne' : ''"
|
|
|
>
|
|
@@ -7718,13 +7718,13 @@
|
|
|
</div>
|
|
|
<div v-if="pzDialog == true" class="newDialogCss">
|
|
|
<div class="pzTop2">
|
|
|
- <!-- <div>批注</div>
|
|
|
+ <!-- <div>评论</div>
|
|
|
<div @click="pzDialog = false">
|
|
|
<img src="../../assets/close1.png" alt="" />
|
|
|
</div> -->
|
|
|
<div class="checkbox">
|
|
|
<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>
|
|
@@ -7738,13 +7738,13 @@
|
|
|
<div class="pzListBox" v-if="pzList && pzList.length">
|
|
|
<div class="pzList" v-for="(pz, pzIndex) in pzList" :key="pzIndex">
|
|
|
<div class="pzNavTop">
|
|
|
- <div>批</div>
|
|
|
+ <div>评</div>
|
|
|
<div>
|
|
|
{{
|
|
|
pz.username && pz.username.length > 5
|
|
|
? pz.username.substring(0, 5) + "..."
|
|
|
: pz.username
|
|
|
- }}的批注
|
|
|
+ }}的评论
|
|
|
</div>
|
|
|
<div
|
|
|
class="pzDelete"
|
|
@@ -7819,7 +7819,7 @@
|
|
|
</div>
|
|
|
<div class="addPzButton">
|
|
|
<div class="addPz" @click="(addPzDialog = true), (pzType = 1)">
|
|
|
- 添加批注
|
|
|
+ 添加评论
|
|
|
</div>
|
|
|
<!-- <div class="img1">
|
|
|
<div @click="(addPzDialog = true), (pzType = 2)">
|
|
@@ -8417,7 +8417,7 @@
|
|
|
<div class="teacherPzImg">
|
|
|
<img src="../../assets/icon/teacherPz.png" alt="" />
|
|
|
</div>
|
|
|
- <div style="margin-left: 10px; height: 25px">教师批注</div>
|
|
|
+ <div style="margin-left: 10px; height: 25px">教师评论</div>
|
|
|
</div>
|
|
|
<div @click="addPzDialog = false">
|
|
|
<img src="../../assets/close1.png" class="pzClose" alt="" />
|
|
@@ -16022,7 +16022,7 @@ export default {
|
|
|
},
|
|
|
addPz(type, content) {
|
|
|
if (type == "1" && this.pzConText == "") {
|
|
|
- this.$message.error("批注不能为空!");
|
|
|
+ this.$message.error("评论不能为空!");
|
|
|
return;
|
|
|
}
|
|
|
let params = [
|
|
@@ -16090,7 +16090,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
deletePz(id) {
|
|
|
- this.$confirm("确定删除此批注吗?", "提示", {
|
|
|
+ this.$confirm("确定删除此评论吗?", "提示", {
|
|
|
confirmButtonText: "确定",
|
|
|
cancelButtonText: "取消",
|
|
|
type: "warning",
|
|
@@ -19552,7 +19552,7 @@ export default {
|
|
|
|
|
|
.courseTitle {
|
|
|
width: 85%;
|
|
|
- margin: 10px auto 20px auto;
|
|
|
+ margin: 10px auto 26px auto;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
@@ -19571,8 +19571,8 @@ export default {
|
|
|
|
|
|
.inviteBox {
|
|
|
font-size: 14px;
|
|
|
- margin-top: 5px;
|
|
|
- color: #a6cbff;
|
|
|
+ /* margin-top: 5px; */
|
|
|
+ color: #00000099;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
@@ -21602,12 +21602,14 @@ export default {
|
|
|
}
|
|
|
|
|
|
.right_box_xuan {
|
|
|
- background: rgb(0 123 255);
|
|
|
- color: #fff;
|
|
|
border-radius: 5px;
|
|
|
padding: 5px;
|
|
|
margin-left: 10px;
|
|
|
- min-width: 95px;
|
|
|
+ min-width: 85px;
|
|
|
+ background: #fff;
|
|
|
+ color: #0061ff;
|
|
|
+ border: 1px solid #0061ff;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
.pButton:hover {
|
|
@@ -22707,8 +22709,8 @@ ol {
|
|
|
}
|
|
|
|
|
|
.mlImg {
|
|
|
- width: 45px !important;
|
|
|
- min-width: 45px;
|
|
|
+ width: 40px !important;
|
|
|
+ min-width: 40px;
|
|
|
cursor: pointer;
|
|
|
transform: rotate(180deg);
|
|
|
}
|