Browse Source

去掉箭头

feature/societyOrg
FightingN 4 years ago
parent
commit
3247d33256
  1. 4
      epdc-resident-mp-yushan/subpages/submitAdvise/pages/activeApply/activeApply.wxml
  2. 2
      epdc-resident-mp-yushan/subpages/submitAdvise/pages/activeApply/activeApply.wxss

4
epdc-resident-mp-yushan/subpages/submitAdvise/pages/activeApply/activeApply.wxml

@ -2,7 +2,7 @@
<view class="apply-list" bindtap="toApplyList" wx:if="{{!type}}">
<image src="../../images/jianyijilu.png" />
</view>
<view class="data-form" style="margin-top:20rpx">
<view class="data-form" >
<view class="data-form-item">
<text class="must">*</text>
<view class="item-label">建议类别</view>
@ -10,7 +10,7 @@
<view class="value-text {{adviceType ? '' : 'placeholder'}}">{{adviceType || '请选择'}}</view>
</view>
<view class="item-select" bind:tap="onOpenCascader">
<image src="../../images/right-sword.png" class="arrow" />
<!-- <image src="../../images/right-sword.png" class="arrow" /> -->
</view>
<block wx:if="{{visibleCascader}}">
<wux-cascader visible="{{ visibleCascader }}" controlled value="{{ value }}" options="{{ options1 }}" bind:close="onClose1" bind:change="onChange1" />

2
epdc-resident-mp-yushan/subpages/submitAdvise/pages/activeApply/activeApply.wxss

@ -186,7 +186,7 @@
height: 56rpx;
position: absolute;
right: 0rpx;
top: -20rpx;
/* top: -20rpx; */
z-index: 999;
}

Loading…
Cancel
Save