@ -41,6 +41,7 @@
<view>
<u-icon name="arrow-right" size="40" color="#777777"></u-icon>
</view>
<button class="feedback-btn" open-type="feedback"></button>
<view class="lf-row-between list-item" hover-class="lf-opacity">
@ -143,6 +144,13 @@
border-bottom: 1rpx solid #EEEEEE;
height: 110rpx;
box-sizing: border-box;
position: relative;
.feedback-btn{
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
}
&:last-child{
border-bottom: none;