|
|
@@ -53,7 +53,7 @@
|
|
|
<text v-if="Number(item.black)==2" style="color:red;font-weight:bold;margin-left:20upx;">黑名单</text>
|
|
|
<text v-if="Number(item.delStatus)==1" style="color:red;font-weight:bold;margin-left:20upx;">已删除</text>
|
|
|
|
|
|
- <text v-if="item.distName!=''" style="color:#ceb8b8;font-weight:bold;margin-left:20upx;">{{ item.distName }}</text>
|
|
|
+ <text v-if="item.distName!=''" style="color:#e0c8c8;font-weight:normal;margin-left:20upx;">{{ item.distName }}</text>
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -324,7 +324,7 @@ export default {
|
|
|
margin-right: 20upx;
|
|
|
}
|
|
|
.tui-msg-item {
|
|
|
- max-width: 500upx;
|
|
|
+ max-width: 590upx;
|
|
|
min-height: 80upx;
|
|
|
overflow: hidden;
|
|
|
display: flex;
|