Merge branch 'master' of http://122.51.230.86:3000/dianliang/dl_uniapp
This commit is contained in:
commit
b9c79d06a6
@ -32,7 +32,9 @@
|
||||
<view class="item-dom-yiguanzhu" v-if="isLove" @click="forkUser('0')">已关注</view>
|
||||
<view class="item-dom-zhuye">主页</view>
|
||||
</view>
|
||||
<view class="down-box" @click="goReportForm()">举报</view>
|
||||
<view class="down-box" @click="goReportForm()">
|
||||
<image src="@/static/detail/jubao.png" mode="aspectFit"></image>举报
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 通告信息 -->
|
||||
@ -664,9 +666,18 @@
|
||||
}
|
||||
|
||||
.down-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding-top: 10rpx;
|
||||
font-size: 24rpx;
|
||||
color: #929292;
|
||||
|
||||
image {
|
||||
width: 30rpx;
|
||||
height: 30rpx;
|
||||
margin-right: 5rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user