tanxue 23 ساعت پیش
والد
کامیت
08b807e9a8

+ 6 - 0
common/styles/global/components.scss

@@ -501,4 +501,10 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
 	width: 580rpx;border-radius: 12rpx;background-color: #fff;padding: 24rpx;
 	.tip-title{padding-top: 24rpx;font-size: 34rpx;color: #333;text-align: center;}
 	.tip-content{font-size: 32rpx;color: #666;margin:32rpx 24rpx 56rpx;line-height: 1.6;text-align: justify;}
+}
+
+/***** 列表通用新增按钮  *****/	
+.list-new-btn-box{
+	padding: 20rpx 24rpx 20rpx;background-color: #f4f6fa;box-sizing: border-box;
+	.phone-green-btn{font-size: 28rpx;}
 }

+ 2 - 2
pages/admin/Hetong/components/selectKh.vue

@@ -1,7 +1,7 @@
 <template>
 	<view>
 		<uni-popup ref="popupRef" type="bottom" background-color="#fff" :is-mask-click="false" :mask-click="false">
-			<view class="kehu-select-list">
+			<view class="list-new-btn-box">
 				<view class="phone-navBar-box">
 					<view @click="goback2" class="nav-bar-icon"></view>
 					<text>选择客户</text>
@@ -13,7 +13,7 @@
 						@reset-search="dialogSearchReset"></search-dialog>
 				</view>
 		
-				<view class="kh-new-btn-box">
+				<view class="list-new-btn-box">
 					<button type="default" class="phone-green-btn" @click="handleAddKehu">新增客户</button>
 				</view>
 		

+ 1 - 1
pages/admin/Jiazheng/bf/index.vue

@@ -33,7 +33,7 @@
 			<dataChecked :list="allType" mode="single" :defaultCount="99" :showAdd="false"
 				@change="selectChangeSkill" />
 		</view>
-		<view v-if="isZijiazhengFlag !='true'" class="jz-new-btn-box">
+		<view v-if="isZijiazhengFlag !='true'" class="list-new-btn-box">
 			<button type="default" class="phone-green-btn" @click="addJiazhengRenyuan">新增人员</button>
 		</view>
 		<view>

+ 1 - 1
pages/admin/Jiazheng/index.vue

@@ -33,7 +33,7 @@
 			<dataChecked :list="allType" mode="single" :defaultCount="99" :showAdd="false"
 				@change="selectChangeSkill" />
 		</view>
-		<view v-if="isZijiazhengFlag !='true'" class="jz-new-btn-box">
+		<view v-if="isZijiazhengFlag !='true'" class="list-new-btn-box">
 			<button type="default" class="phone-green-btn" @click="addJiazhengRenyuan">新增人员</button>
 		</view>
 		<view>

+ 1 - 1
pages/admin/kehu/kehuList.vue

@@ -17,7 +17,7 @@
 				</view>
 			</view>
 		</view>
-		<view class="kh-new-btn-box">
+		<view class="list-new-btn-box">
 			<button type="default" class="phone-green-btn" @click="addKehu">新增客户</button>
 		</view>
 		<scroll-view scroll-y="true" refresher-enabled="true" :refresher-triggered="data.loading"