优质留言
This commit is contained in:
parent
17abce06f4
commit
664f496473
@ -21,9 +21,11 @@
|
||||
<div class="depart">{{ item.department_name }}</div>
|
||||
<div class="hospital">{{ item.hospital_name }}</div>
|
||||
<div class="date">{{ formateDate(item.created_at) }}</div>
|
||||
<div class="tag" v-if="item.is_high_quality == 1">
|
||||
<div class="row" style="overflow: hidden;" v-if="item.is_high_quality == 1">
|
||||
<div class="tag" >
|
||||
<span>优质解答</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="comment">
|
||||
<div class="text">
|
||||
{{ item.content }}
|
||||
@ -311,20 +313,21 @@ const handleFreshList = () => {
|
||||
}
|
||||
|
||||
.tag {
|
||||
margin-top: 2px;
|
||||
margin-top: 4px;
|
||||
font-size: 12px;
|
||||
color: #ffffff;
|
||||
height: 15px;
|
||||
float: left;
|
||||
background: #43c9c3;
|
||||
border-radius: 10px;
|
||||
display: flex;
|
||||
padding: 0 4px;
|
||||
width: 54px;
|
||||
|
||||
min-width: 54px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
span {
|
||||
white-space: nowrap;
|
||||
transform: scale(0.9);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user