From a8bbfa5addff1f556c670e049f8eb86ebe8c58d0 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 25 七月 2024 08:22:23 +0800 Subject: [PATCH] # xgmFlwms --- pages/basics/comb.vue | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pages/basics/comb.vue b/pages/basics/comb.vue index c547021..319f7d1 100644 --- a/pages/basics/comb.vue +++ b/pages/basics/comb.vue @@ -23,10 +23,16 @@ </uni-table> </view> - <view> - <button class="cu-btn bg-yellow pda-btn" @click="comb()">缁� 鎵�</button> - <button class="cu-btn bg-grey pda-btn" @click="reset">閲� 缃�</button> + <view style="height: 200rpx;"> + <!-- 绌虹櫧灞� --> </view> + <view class="cu-bar foot"> + <view class="flex solid-bottom padding justify-start"> + <button class="cu-btn bg-yellow lg margin-xs" style="width: 250rpx;" @click="comb()">缁� 鎵�</button> + <button class="cu-btn bg-grey lg margin-xs" @click="reset">閲� 缃�</button> + </view> + </view> + <view> <!-- 鏅�氬脊绐� --> <uni-popup ref="popup" background-color="#fff" style="width: 500rpx;"> -- Gitblit v1.9.1