achao 2 năm trước cách đây
mục cha
commit
33d25330a1
1 tập tin đã thay đổi với 7 bổ sung6 xóa
  1. 7 6
      pages/user/newReport.vue

+ 7 - 6
pages/user/newReport.vue

@@ -322,7 +322,7 @@
 			<uni-transition ref="ani" custom-class="transition" :mode-class="modeClass" :styles="styles"
 				:show="isSHowContent6">
 				<u-line color="#EEEEEE" />
-				<view class="row1 flex jcsb">
+				<view class="row1 flex jcsb" style="padding:0 12rpx 0 5rpx;">
 					<view class="left">
 						app注册
 					</view>
@@ -336,7 +336,7 @@
 					<qiun-data-charts type="area" :opts="opts8" :chartData="chartData8" />
 				</view>
 
-				<view class="row1 flex jcsb">
+				<view class="row1 flex jcsb" style="margin-top: 90rpx;padding:0 12rpx 0 5rpx;">
 					<view class="left">
 						粮脉入驻
 					</view>
@@ -856,7 +856,7 @@
 					case 1:
 						return '#FFBB6E'
 					case 2:
-						return '##8D9EE9'
+						return '#8D9EE9'
 					case 3:
 						return '#FF8B95'
 					case 4:
@@ -1727,7 +1727,7 @@
 
 	.content-item {
 		background: white;
-		margin: 20rpx 20rpx 0 20rpx;
+		margin: 20rpx 25rpx 0 25rpx;
 		border-radius: 20rpx;
 		padding: 20rpx;
 		box-sizing: border-box;
@@ -1933,7 +1933,7 @@
 			}
 
 			.left {
-				width: 70%;
+				width: 80%;
 			}
 
 			.weight {
@@ -2007,7 +2007,8 @@
 		}
 
 		.left {
-			font-weight: 700;
+			// font-weight: 700;
+			// margin
 		}
 
 	}