#
whycq
2023-09-27 d524a557387c9b169f076f5a86e520516ebbf662
pages/basics/matQuery.vue
@@ -1,5 +1,4 @@
<template>
   <scroll-view scroll-y>
      <view>
         <view class="container">
            <view class="text-box">
@@ -41,13 +40,12 @@
               </view>
            </view>
         </view>
      </view>
      <view class="foot flex justify-center">
         <label>
            <button class="cu-btn bg-blue" @click="back()">提取</button>
         </label>
      </view>
   </scroll-view>
   </view>
</template>
<script>
@@ -182,6 +180,7 @@
      height: 100rpx;
      line-height: 100rpx;
      background-color: rgba(255,255,255,1);
      /* background-color: #434343; */
      position: fixed;
      bottom: 0%;
      border-top: 1px solid #d8d8d8;