马宇豪
2024-08-29 893ff90c6e21fa3a5241a8ae9b33836037cd5912
提交
已修改3个文件
15 ■■■■ 文件已修改
pages/tabBar/current/current.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/tabBar/tabBarIndex.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/tabBar/wearhouse/wearhouse.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/tabBar/current/current.vue
@@ -15,7 +15,7 @@
        </view>
        <!-- 页面内容 -->
    <view class="m-p-15">
      <view class="cardList">
      <view class="cardList" v-if="classList && classList.length>0">
        <scroll-view scroll-y="true" class="scroll-Y" @scrolltoupper="upper"
                     @scrolltolower="lower" lower-threshold="150" @scroll="scrollView" style="height:100%">
          <view style="padding: 20px 0 20px">
@@ -37,6 +37,7 @@
          </view>
        </scroll-view>
      </view>
      <u-empty style="margin-top: 80px" v-else text="暂无记录" mode="data"></u-empty>
    </view>
        <tabBar :currentPagePath="page"></tabBar>
    </view>
pages/tabBar/tabBarIndex.vue
@@ -65,8 +65,13 @@
  border-radius: 99px;
  overflow: hidden;
  box-shadow: 0 -6px 10px rgba(150, 150, 150, 0.1), 0 6px 10px rgba(150, 150, 150, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /deep/ .u-tabbar__content{
    background-color: rgba(255,255,255,.4);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,.8);
  }
  /deep/ .u-tabbar .u-border-top{
    border-color: rgba(0,0,0,0) !important;
pages/tabBar/wearhouse/wearhouse.vue
@@ -15,7 +15,7 @@
        </view>
        <!-- 页面内容 -->
    <view class="m-p-15">
      <view class="cardList">
      <view class="cardList" v-if="quizList && quizList.length>0">
        <scroll-view scroll-y="true" class="scroll-Y" @scrolltoupper="upper"
                     @scrolltolower="lower" lower-threshold="150" @scroll="scrollView" style="height:100%">
          <view style="padding: 20px 0 20px">
@@ -35,6 +35,7 @@
          </view>
        </scroll-view>
      </view>
      <u-empty style="margin-top: 80px" v-else text="暂无记录" mode="data"></u-empty>
    </view>
        <tabBar :currentPagePath="page"></tabBar>
    </view>