This commit is contained in:
2025-01-20 10:14:09 +08:00
parent 0d32d5240a
commit 62f65599ac

View File

@@ -32,7 +32,7 @@
<div>
<div style="display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px">
<div class="pizhu" style="display: flex; align-items: center">
<span style="color: #fc625d; display: flex; align-items: center">
<span style="color: #fc625d; display: flex; align-items: center; font-weight: bold;">
<img
class="isRemark"
src="@/assets/img/isRemark.png"
@@ -47,8 +47,9 @@
<span style="color: #b8b7b7; font-size: 14px">{{ getTime(item.ctime) }}</span
><span style="color: #aaa; font-size: 14px; margin: 0 4px">|</span>
<el-dropdown class="commentOperate">
<span class="el-dropdown-link">
<img src="@/assets/img/selectComment.png" alt="" style="width: 18px; height: 18px" />
<span class="el-dropdown-link" style="display: flex;align-items: center;justify-content: center;">
<img src="@/assets/img/selectComment.png" alt="" style="width: 18px; height: 18px;margin-top: 2px;" />
</span>
<el-dropdown-menu slot="dropdown">
<!-- <el-dropdown-item>答复</el-dropdown-item> -->
@@ -1633,7 +1634,7 @@ export default {
}
.isRemark {
display: flex;
align-items: center;
/* position:absolute; */
top: -12px;
@@ -1647,6 +1648,7 @@ export default {
margin-right: 4px;
}
.isRemark span {
font-weight: bold;
background-color: #fef0f0;
border-color: #fde2e2;
padding: 0 5px;
@@ -1694,10 +1696,10 @@ export default {
margin-left: 10px;
border-color: #dedede;
color: #8888a6;
font-weight: bold;
padding: 2px 4px;
border-radius: 2px;
font-size: 14px
font-size: 14px;
}
/* .Resolved {
background-color: #f0f9eb;