tanxue 2 ヶ月 前
コミット
4c516c3dec
2 ファイル変更4 行追加2 行削除
  1. 2 0
      common/styles/global/pages.scss
  2. 2 2
      pages/admin/banzheng/list.vue

+ 2 - 0
common/styles/global/pages.scss

@@ -177,6 +177,7 @@
 .phone-list-page{
 	box-sizing: border-box;
 	.phone-scroll-view {height: calc(100vh - 182rpx);}
+	.phone-scroll-nobottom-view {height: calc(100vh - 70rpx);}
 	.admin-phone-scroll-view{height: calc(100vh - 292rpx - var(--status-bar-height));}
 	.admin-list-box{
 		.admin-list-item-box{border-bottom: 20rpx solid #f4f6fa;}
@@ -631,6 +632,7 @@
 		.uni-list--border{display: none!important;}
 		.uni-list-item__container{padding: 0 24rpx 24rpx;}
 	}
+	.uni-list .banzheng-list-item-box:nth-child(2){padding-top: 20rpx;}
 	.banzheng-list-card-box{
 		width: 100%;
 		.card-head-row{

+ 2 - 2
pages/admin/banzheng/list.vue

@@ -9,7 +9,7 @@
 		<!-- 课程列表 -->
 		<scroll-view scroll-y="true" refresher-enabled="true" :refresher-triggered="data.loading"
 			:refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh"
-			class="phone-scroll-view">
+			class="phone-scroll-nobottom-view">
 			<uni-list>
 				<uni-list-item v-for="item in data.list" class="banzheng-list-item-box">
 					<template v-slot:body>
@@ -47,7 +47,7 @@
 		</scroll-view>
 
 		<!-- 页面底端 -->
-		<customTabbarClientVue></customTabbarClientVue>
+		<!-- <customTabbarClientVue></customTabbarClientVue> -->
 		<!-- 筛选 -->
 		<filter-dialog ref="filterDialogRef" @confirm-btn="confirmBtn"></filter-dialog>
 		<!-- 搜索 -->