Browse Source

担保单页面不能铺满的问题修复,

销售出库筛选按钮的高度
master
chenxuhui 7 years ago
parent
commit
36dba8d356
3 changed files with 5 additions and 12 deletions
  1. +1
    -8
      pages/guarantee/guarantee.wxss
  2. +1
    -1
      pages/outStore/outStore.wxml
  3. +3
    -3
      pages/outStore/outStore.wxss

+ 1
- 8
pages/guarantee/guarantee.wxss View File

@ -49,14 +49,7 @@ page {
}
.scroll-views {
height: 99%;
}
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
height: 100%;
}
.custmer_list_view{


+ 1
- 1
pages/outStore/outStore.wxml View File

@ -5,7 +5,7 @@
<view class="swiper-tab-list {{currentTab==1 ? 'on' : ''}}" data-current="1" bindtap="swichNav">已审核</view>
</view>
<swiper current="{{currentTab}}" class="swiper-box" duration="300" style="height:{{winHeight - 83}}px" bindchange="bindChange">
<swiper current="{{currentTab}}" class="swiper-box" duration="300" style="height:{{winHeight - 95}}px" bindchange="bindChange">
<!-- 未审核 -->
<swiper-item class="swiper-items">
<scroll-view scroll-x="false" scroll-y="true" bindscrolltoupper="upperN" class='scroll-views' bindscrolltolower="lowerN">


+ 3
- 3
pages/outStore/outStore.wxss View File

@ -100,14 +100,14 @@ page {
.chose{
width: 100%;
height: 50rpx;
height: 40px;
position: fixed;
bottom: 0rpx;
background: white;
border-top: 0.5px solid #e0e0e0;
border-bottom: 0.5px solid #e0e0e0;
padding-top: 20rpx;
padding-bottom: 20rpx;
/* padding-top: 20rpx;
padding-bottom: 20rpx; */
display: flex;
flex-direction: row;
align-items: center;


Loading…
Cancel
Save