|
@@ -3,7 +3,7 @@
|
|
|
<!-- 政策文件 -->
|
|
|
<view style="height: {{height}}">
|
|
|
<view style="height: {{height}};width: 730rpx;margin-left: 10rpx;">
|
|
|
- <view style="height: 4%;display: flex;background-color: #ffffff;padding-bottom: 8rpx;">
|
|
|
+ <view style="height: 5%;display: flex;background-color: #ffffff;">
|
|
|
<!-- 规范文件 -->
|
|
|
<view style="position: relative;margin-left: 35rpx;" class="tab-item {{fileTab==0?'active':''}}" bindtap="clickFileTab" data-item="0">
|
|
|
<view style="height:50rpx;">规范文件</view>
|
|
@@ -17,7 +17,7 @@
|
|
|
<view style="height:50rpx;">废止和失效文件</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view style="height: 97%;">
|
|
|
+ <view style="height: 95%;">
|
|
|
<swiper duration="200" current="{{fileItem}}" bindchange="changeFileTab" style="height: 97%;">
|
|
|
<swiper-item>
|
|
|
<scroll-view scroll-y="true" style="height: 100%;padding:0;margin:0;" bindscrolltolower="scrollBottom">
|