tanxue 23 часов назад
Родитель
Сommit
85ce53c7c5
2 измененных файлов с 9 добавлено и 8 удалено
  1. 7 7
      common/styles/global/pages.scss
  2. 2 1
      pages/admin/Hetong/components/selectJz.vue

+ 7 - 7
common/styles/global/pages.scss

@@ -1274,7 +1274,7 @@
 		}
 	}
 	.select-kh-btn-box{
-		display: flex;padding: 0 100rpx;background-color: #fff;
+		display: flex;padding: 0 100rpx;background-color: #fff;border-top: 1rpx solid #f4f6fa;
 		.phone-green-btn,.phone-white-btn{font-size: 28rpx;margin: 46rpx auto;width: 60%;}
 	}
 	
@@ -1285,15 +1285,11 @@
 	width: 100%;height: 100vh;background-color: #f4f6fa;
 	.jz-scroll-view{height: calc(100vh - 250rpx - var(--status-bar-height));background-color: #f4f6fa!important;}
 	.uni-list--border-top,.uni-list--border-bottom{display: none!important;}
-	.uni-load-more{background-color: #f4f6fa;padding-bottom: 20rpx;}
-	.select-jz-btn-box{
-		display: flex;padding: 0 100rpx;background-color: #fff;
-		.phone-green-btn,.phone-white-btn{font-size: 28rpx;margin: 46rpx auto;width: 60%;}
-	}
+	.uni-load-more{background-color: #f4f6fa;padding: 20rpx 0;}
 	.jz-list-item-box{
 		width: 100%;background-color: #f4f6fa!important;
 		.uni-list--border{display: none!important;}
-		.uni-list-item__container{padding: 0 24rpx 20rpx;flex-direction: column;}
+		.uni-list-item__container{padding: 20rpx 24rpx 0;flex-direction: column;}
 	}
 	.jz-select-card{
 		background-color:#e5f8f4;display: flex;flex-direction: row;align-items: center;
@@ -1310,6 +1306,10 @@
 			.text-status{font-size: 26rpx;color: #3fd2a1;border: 1rpx solid #3fd2a1;padding: 0 12rpx;border-radius: 8rpx;}
 		}
 	}
+	.select-jz-btn-box{
+		display: flex;padding: 0 100rpx;background-color: #fff;border-top: 1rpx solid #f4f6fa;
+		.phone-green-btn,.phone-white-btn{font-size: 28rpx;margin: 46rpx auto;width: 60%;}
+	}
 }
 
 /* 三方合同新增*/

+ 2 - 1
pages/admin/Hetong/components/selectJz.vue

@@ -20,7 +20,8 @@
 							<uni-list-item v-for="item in data.list" class="jz-list-item-box">
 								<template v-slot:body>
 									<view class="jz-select-card">
-										<radio :value="item.id && item.id.toString()" :checked="item.id == data.activeData" />
+										<radio :value="item.id && item.id.toString()" activeBackgroundColor="#3fd2a1"
+										:checked="item.id == data.activeData" />
 										<view class="card-body-row">
 											<view class="card-img-box">
 												<img :src="item.icon" v-if="item.icon">