Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -3,12 +3,12 @@ |
3 | 3 | <!-- 公共组件-每个页面必须引入 --> |
4 | 4 | <public-module></public-module> |
5 | 5 | <view style="width: 750rpx;height:53rpx;background-color: #f8f9fa;position:fixed;top:0;z-index: 99999;"> |
6 | - <view @click="openTypeClick" style="background-color: #f8f9fa;width: 700rpx;position: relative;top: 16rpx;"> | |
6 | + <view @click="openTypeClick" style="background-color: #f8f9fa;width: 700rpx;position: relative;top: 35rpx;"> | |
7 | 7 | <u--input suffixIcon="arrow-down" shape="circle" disabled v-model="model1.userInfo.type" placeholder="请选择类型" border="surround"></u--input> |
8 | 8 | <u-action-sheet :show="showType" :actions="actions" title="请选择类型" @close="showType = false" @select="typeSelect"></u-action-sheet> |
9 | 9 | </view> |
10 | 10 | </view> |
11 | - <view style="height: 76rpx;"></view> | |
11 | + <view style="height: 110rpx;"></view> | |
12 | 12 | <view class="notify-main"> |
13 | 13 | <!-- 无数据图片 --> |
14 | 14 | <view v-if="list.length == 0" style="position: relative;top: 100rpx;flex-direction: column;" class="u-flex"> | ... | ... |