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