|
@@ -3538,7 +3538,7 @@
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
class="xuan_right_box"
|
|
class="xuan_right_box"
|
|
- style="background: unset; padding: 0 10px"
|
|
|
|
|
|
+ style="background: unset; padding: 0 10px;width: 91.5%;"
|
|
v-if="
|
|
v-if="
|
|
tType &&
|
|
tType &&
|
|
((tType == 2 && sIsOpen == true) ||
|
|
((tType == 2 && sIsOpen == true) ||
|
|
@@ -6157,10 +6157,11 @@
|
|
<div
|
|
<div
|
|
v-if="tool.tool.indexOf(49) != -1"
|
|
v-if="tool.tool.indexOf(49) != -1"
|
|
class="xuan_right_box"
|
|
class="xuan_right_box"
|
|
|
|
+ style="margin: 0 15px 0 25px;width: 93%;"
|
|
>
|
|
>
|
|
<div
|
|
<div
|
|
v-if="courseDetail.userid == userid"
|
|
v-if="courseDetail.userid == userid"
|
|
- style="display: flex; justify-content: flex-end"
|
|
|
|
|
|
+ style="display: flex; justify-content: flex-end;margin-right: 10px;"
|
|
>
|
|
>
|
|
<el-button
|
|
<el-button
|
|
type="primary"
|
|
type="primary"
|
|
@@ -7598,7 +7599,7 @@
|
|
<div class="hfContent" v-html="h.content"></div>
|
|
<div class="hfContent" v-html="h.content"></div>
|
|
<div class="hfBottom">
|
|
<div class="hfBottom">
|
|
<div class="hfTime">{{ h.time }}</div>
|
|
<div class="hfTime">{{ h.time }}</div>
|
|
- <div @click="deleteReply(h.id)" v-if="userid == h.userid">删除</div>
|
|
|
|
|
|
+ <div class="deleteHfItem" @click="deleteReply(h.id)" v-if="userid == h.userid"><img src="../assets/icon/newIcons/delete.png" alt="" /></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -21712,14 +21713,21 @@ ol {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
- align-items: baseline;
|
|
|
|
|
|
+ align-items: center;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
-.hfBottom>div:last-child{
|
|
|
|
|
|
+.deleteHfItem{
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- color: #cd1a1a;
|
|
|
|
|
|
+ width: 20px;
|
|
|
|
+ height: 20px;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.deleteHfItem>img{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
.whoReplyWho>.hfImg{
|
|
.whoReplyWho>.hfImg{
|
|
width: 12px;
|
|
width: 12px;
|
|
height: 12px;
|
|
height: 12px;
|