Commit 566c36f9 authored by youjie's avatar youjie

no message

parent c12ff145
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<text class="setComments-title-left">{{item.Times}}次评价</text> <text class="setComments-title-left">{{item.Times}}次评价</text>
<view class="setComments-title-right"> <view class="setComments-title-right">
<view class="setComments-options flex"> <view class="setComments-options flex">
<view class="setComments-options-title flex" @click="clickOptionsShow(item)"> <view class="setComments-options-title flex" @click.stop="clickOptionsShow(item)">
<view class="point"></view> <view class="point"></view>
<text>{{item.ShowTypeStr}}</text> <text>{{item.ShowTypeStr}}</text>
<van-icon :name="item.optionsShow?'arrow-down':'arrow'" /> <van-icon :name="item.optionsShow?'arrow-down':'arrow'" />
...@@ -195,6 +195,7 @@ ...@@ -195,6 +195,7 @@
left: 0; left: 0;
right: 0; right: 0;
top: 35rpx; top: 35rpx;
z-index: 2;
background: #FCEEEF; background: #FCEEEF;
padding: 20rpx 0 20rpx 0; padding: 20rpx 0 20rpx 0;
border-radius: 0 0 25rpx 25rpx; border-radius: 0 0 25rpx 25rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment