Browse Source

优化

master
xpz2018 6 years ago
parent
commit
6c7f42e2c7
2 changed files with 2 additions and 3 deletions
  1. 2
      components/button/index.wxss
  2. 3
      pages/mall/search-list/index.wxml

2
components/button/index.wxss

@ -63,7 +63,7 @@
line-height: 40rpx line-height: 40rpx
} }
.wux-button--small { .wux-button--small {
padding: 4rpx 8rpx 2rpx;
padding: 4rpx 24rpx 2rpx 24rpx;
min-width: 56rpx; min-width: 56rpx;
min-height: 60rpx!important; min-height: 60rpx!important;
font-size: 24rpx; font-size: 24rpx;

3
pages/mall/search-list/index.wxml

@ -11,8 +11,7 @@
<text class="cuIcon-roundclose" hidden="{{form.name.length === 0}}" style="font-size: 17px" catchtouchstart="clearInput"></text> <text class="cuIcon-roundclose" hidden="{{form.name.length === 0}}" style="font-size: 17px" catchtouchstart="clearInput"></text>
</view> </view>
<view class="action"> <view class="action">
<wux-button outline type="stable" size="small" bind:click="startSearch">搜索</wux-button>
<!-- <button class="cu-btn line-black round" bindtap="startSearch">搜索</button> -->
<wux-button outline type="tag" size="small" bind:click="startSearch">搜索</wux-button>
</view> </view>
</view> </view>

Loading…
Cancel
Save