yusheng 11 ヶ月 前
コミット
bc50bc8c5e
1 ファイル変更17 行追加1 行削除
  1. 17 1
      pages/saleManage/contact/contactList.vue

+ 17 - 1
pages/saleManage/contact/contactList.vue

@@ -12,7 +12,7 @@
 		</view>
 		<u-modal :show="modalShow" @cancel="modalShow=false" :showCancelButton="true" :closeOnClickOverlay="true"
 			@confirm="assign" :title="'指派'">
-			<view>
+			<view style="width: 680rpx;">
 				<view>
 					<u--input placeholder="分管部门" @click.native="showPicker" v-model="addForm.fgDeptName"></u--input>
 
@@ -278,5 +278,21 @@
 </script>
 
 <style lang="scss" scoped>
+	/deep/.u-subsection__item__text {
+		font-size: 28rpx !important;
+	}
+	/deep/.uni-input-placeholder {
+		font-size: 28rpx !important;
+	}
+	/deep/.selected-item {
+		font-size: 28rpx !important;
+	}
+	/deep/.uni-input-input {
+		font-size: 28rpx !important;
+	}
+	/deep/.placeholder {
+		font-size: 28rpx !important;
+	}
+	
 
 </style>