['同步线上']

This commit is contained in:
2021-11-26 12:02:50 +08:00
parent 86ef1ed56a
commit b22df1d58d
2 changed files with 4 additions and 6 deletions

View File

@@ -37,7 +37,7 @@
</view>
<view class="authenticationItemcontentItem">
<view class="title">Hash</view>
<view class="content hash">{{item.hash}}</view>
<view class="content hash ellipsis">{{item.hash}}</view>
</view>
<view class="authenticationItemcontentItem" v-if="item.to_user.nickname">
<view class="title">HashTo</view>
@@ -227,7 +227,7 @@
}
.hash{
width: calc(100% - 180rpx);
word-wrap: break-word !important;
word-break: break-word;
}
.content {
display: flex;
@@ -236,9 +236,7 @@
justify-content: flex-start;
box-sizing: border-box;
color: #999;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: calc(100% - 180rpx);
image{
width: 40rpx;
height: 40rpx;