From 27da067243b78340dac4f75c5131059617594037 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期六, 22 六月 2024 16:01:45 +0800 Subject: [PATCH] 页面调整注册页面添加 --- policy/policyApply/perPage.vue | 26 +++++++++++++++++++------- 1 files changed, 19 insertions(+), 7 deletions(-) diff --git a/policy/policyApply/perPage.vue b/policy/policyApply/perPage.vue index a05d340..e9f7cca 100644 --- a/policy/policyApply/perPage.vue +++ b/policy/policyApply/perPage.vue @@ -2,12 +2,14 @@ <u-popup mode="button" :safeAreaInsetBottom="false" :show="show" @close="close" @open="open" z-index="8000" bgColor="#fff"> <view class="bg-box"> <view class="title">閫夋嫨闅忚浜哄憳</view> - <u-checkbox-group iconPlacement="right" v-model="checkboxValue1" placement="column" @change="checkboxChange"> - <u-checkbox :customStyle="{marginBottom: '40rpx', }" v-for="(item, index) in checkboxList1" :key="index" - :name="item.userId" :label="`${item.dept.deptName}--${item.nickName}`"> - </u-checkbox> - </u-checkbox-group> - <view class="set-flex set-flex-content-between"> + <scroll-view scroll-y="true" style="height: 600rpx;"> + <u-checkbox-group iconPlacement="right" v-model="checkboxValue1" placement="column" @change="checkboxChange"> + <u-checkbox :customStyle="{marginBottom: '40rpx', }" v-for="(item, index) in checkboxList1" :key="index" + :name="item.userId" :label="`${item.dept.deptName}--${item.nickName}`"> + </u-checkbox> + </u-checkbox-group> + </scroll-view> + <view class="set-flex set-flex-content-between down-options"> <view class="button-per"> <u-button @click="close">鍙栨秷</u-button> </view> @@ -71,10 +73,12 @@ bottom: 0; background-color: white; border-radius: 20rpx 20rpx 0 0; - padding: 20rpx 32rpx; + padding: 20rpx 32rpx 240rpx; z-index: 1000000; width: 100%; box-sizing: border-box; + min-height: 400rpx; + max-height: 800rpx; } .title{ font-size: 36rpx; @@ -84,4 +88,12 @@ .button-per{ width: 48%; } + .down-options{ + position: fixed; + bottom: 40rpx; + width: 100%; + box-sizing: border-box; + padding: 0 32rpx; + left: 0; + } </style> \ No newline at end of file -- Gitblit v1.9.1