This commit is contained in:
aihe 2024-06-12 09:22:01 +08:00
parent 3defc5c584
commit 2e8e228bfa

View File

@ -39,7 +39,7 @@
></content-items> ></content-items>
</tpx-scroll-view> </tpx-scroll-view>
<!-- 多选drop需要确认按钮 --> <!-- 多选drop需要确认按钮 -->
<u-button v-if="type=='multiple'" @click="handleSelectSwitch" custom-style="margin-top:10rpx;border-radius: 16rpx;height: 66rpx;" type="primary" plain="true">确认</u-button> <u-button v-if="type=='multiple'" @click="handleSelectSwitch" custom-style="margin:10rpx 0 40rpx 0;border-radius: 16rpx;height: 56rpx;font-size: 24rpx;" type="primary" plain="true">确定</u-button>
</view> </view>
</view> </view>