瀏覽代碼

样式修改

tanxue 2 月之前
父節點
當前提交
f2ccffd3c8

+ 27 - 3
common/styles/global/pages.scss

@@ -126,6 +126,9 @@
 }
 }
 .admin-shouye-page{
 .admin-shouye-page{
 	width: 100%;background-color: #f8f9fd;box-sizing: border-box;padding-bottom: 120rpx;overflow: auto;
 	width: 100%;background-color: #f8f9fd;box-sizing: border-box;padding-bottom: 120rpx;overflow: auto;
+	/*  #ifdef  H5  */
+	height: calc(100vh - 180rpx);
+	/*  #endif  */
 	/*  #ifdef  APP-PLUS  */
 	/*  #ifdef  APP-PLUS  */
 	height: 100vh;
 	height: 100vh;
 	/*  #endif  */
 	/*  #endif  */
@@ -213,11 +216,26 @@
 	box-sizing: border-box;
 	box-sizing: border-box;
 	// 只有tabbar的
 	// 只有tabbar的
 	.phone-scroll-view {height: calc(100vh - 182rpx - var(--status-bar-height));}
 	.phone-scroll-view {height: calc(100vh - 182rpx - var(--status-bar-height));}
+	
+	/*  #ifdef  APP-PLUS  */
 	// 带筛选的
 	// 带筛选的
 	.phone-scroll-saixuan-view {height: calc(100vh - 270rpx - var(--status-bar-height));}
 	.phone-scroll-saixuan-view {height: calc(100vh - 270rpx - var(--status-bar-height));}
 	// 带搜索的
 	// 带搜索的
 	.admin-phone-scroll-view{height: calc(100vh - 312rpx - var(--status-bar-height));}
 	.admin-phone-scroll-view{height: calc(100vh - 312rpx - var(--status-bar-height));}
+	// 只有tabbar
+	.admin-phone-tabbar-view {height: calc(100vh - 200rpx - var(--status-bar-height));}
+	/*  #endif  */
 	
 	
+	/*  #ifdef  H5  */
+	// 带筛选的
+	.phone-scroll-saixuan-view {height: calc(100vh - 350rpx);}
+	// 带搜索的
+	.admin-phone-scroll-view{height: calc(100vh - 392rpx);}
+	// 只有tabbar
+	.admin-phone-tabbar-view {height: calc(100vh - 280rpx);}
+	/*  #endif  */
+
+
 	// 带上边线的
 	// 带上边线的
 	.scroll-top-border{border-top: 1rpx solid #f4f6fa;}
 	.scroll-top-border{border-top: 1rpx solid #f4f6fa;}
 	.admin-list-box{
 	.admin-list-box{
@@ -588,7 +606,13 @@
 }
 }
 /*** 家政人员列表 ***/
 /*** 家政人员列表 ***/
 .admin-jiazheng-list{
 .admin-jiazheng-list{
-	width: 100%;height: 100vh;position: relative;
+	width: 100%;position: relative;
+		/*  #ifdef  H5  */
+		height: calc(100vh - 180rpx);
+		/*  #endif  */
+		/*  #ifdef  APP-PLUS  */
+		height: 100vh;
+		/*  #endif  */
 	.jz-scroll-view {height: calc(100vh - 270rpx - var(--status-bar-height));}
 	.jz-scroll-view {height: calc(100vh - 270rpx - var(--status-bar-height));}
 	.all-type-box{
 	.all-type-box{
 		position: absolute;top: 80rpx;left: 0;right: 0;bottom: 0;
 		position: absolute;top: 80rpx;left: 0;right: 0;bottom: 0;
@@ -1007,8 +1031,8 @@
 	.kc-notbind-scroll-view{height: calc(100vh - 156rpx - var(--status-bar-height));overflow-y: auto;}
 	.kc-notbind-scroll-view{height: calc(100vh - 156rpx - var(--status-bar-height));overflow-y: auto;}
 	/*  #endif  */
 	/*  #endif  */
 	/*  #ifdef  H5  */
 	/*  #ifdef  H5  */
-	.kc-bind-scroll-view{height: calc(100vh - 246rpx - var(--status-bar-height));overflow-y: auto;}
-	.kc-notbind-scroll-view{height: calc(100vh - 146rpx - var(--status-bar-height));overflow-y: auto;}
+	.kc-bind-scroll-view{height: calc(100vh - 336rpx);overflow-y: auto;}
+	.kc-notbind-scroll-view{height: calc(100vh - 236rpx - var(--status-bar-height));overflow-y: auto;}
 	/*  #endif  */
 	/*  #endif  */
 	.admin-list-box{
 	.admin-list-box{
 		.kecheng-list-card{
 		.kecheng-list-card{

+ 1 - 1
pages/Login/components/adminloginBox.vue

@@ -51,7 +51,7 @@
 	const version = config.appInfo.version;
 	const version = config.appInfo.version;
 	const tipDialogRef = ref(null);
 	const tipDialogRef = ref(null);
 	const tipTitle = '升级提醒';
 	const tipTitle = '升级提醒';
-	const tipContent = '您的APP不是最新版本,部分功能不能使用,请升级至最新版本!';
+	const tipContent = '您的APP不是最新版本,请升级至最新版本。';
 	
 	
 	// 加密
 	// 加密
 	function handleUpdateLLiPassword() {
 	function handleUpdateLLiPassword() {

+ 1 - 1
pages/admin/Chengji/list.vue

@@ -25,7 +25,7 @@
 		<!-- 课程列表 -->
 		<!-- 课程列表 -->
 		<scroll-view scroll-y="true" refresher-enabled="true" :refresher-triggered="data.loading"
 		<scroll-view scroll-y="true" refresher-enabled="true" :refresher-triggered="data.loading"
 				:refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh" @scrolltolower="onScrolltolower"
 				:refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh" @scrolltolower="onScrolltolower"
-				class="phone-scroll-view">
+				class="admin-phone-tabbar-view">
 				<uni-list class="admin-list-box">
 				<uni-list class="admin-list-box">
 					<uni-list-item v-for="item in data.list" class="admin-list-item-box">
 					<uni-list-item v-for="item in data.list" class="admin-list-item-box">
 						<template v-slot:body>
 						<template v-slot:body>

+ 1 - 1
pages/admin/tongzhi/list.vue

@@ -7,7 +7,7 @@
 		<!-- 课程列表 -->
 		<!-- 课程列表 -->
 		<scroll-view scroll-y="true" refresher-enabled="true" :refresher-triggered="data.loading"
 		<scroll-view scroll-y="true" refresher-enabled="true" :refresher-triggered="data.loading"
 			:refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh"
 			:refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh"
-			class="phone-scroll-view">
+			class="admin-phone-tabbar-view">
 			<uni-list class="admin-list-box">
 			<uni-list class="admin-list-box">
 				<uni-list-item v-for="item in data.list" class="admin-list-item-box">
 				<uni-list-item v-for="item in data.list" class="admin-list-item-box">
 					<template v-slot:body>
 					<template v-slot:body>