Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -2,8 +2,8 @@ |
2 | 2 | <view class="notify-page"> |
3 | 3 | <!-- 公共组件-每个页面必须引入 --> |
4 | 4 | <public-module></public-module> |
5 | - <view style="width: 750rpx;background-color: #f8f9fa;"> | |
6 | - <view @click="openTypeClick" style="background-color: #f8f9fa;width: 700rpx;position: fixed;top: 17rpx;z-index: 1;"> | |
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: 10rpx;"> | |
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> | ... | ... |