Browse Source

修改核销记录字体

caojunjie 4 years ago
parent
commit
884c4d227c

+ 1 - 1
manifest.json

@@ -2,7 +2,7 @@
     "name" : "耀灵掌上通",
     "appid" : "__UNI__0C3473D",
     "description" : "测试",
-    "versionName" : "0.0.3",
+    "versionName" : "0.0.4",
     "versionCode" : "100",
     "transformPx" : false,
     "app-plus" : {

+ 10 - 3
pages/home/monthly-policy/monthly-policy.vue

@@ -1,7 +1,7 @@
 <template>
 	<view>
 		<!-- 月度政策 -->
-		<view class="aa" ref="monthlyPolicy" v-html="contentDetail"></view>
+		<view class="picture" ref="monthlyPolicy" v-html="contentDetail"></view>
 	</view>
 </template>
 
@@ -58,6 +58,13 @@
 	}
 </script>
 
-<style>
-
+<style lang="scss" scoped>
+	.picture{
+		width: 100%;
+		p{
+			img{
+				width: 100%;
+			}
+		}
+	}
 </style>

+ 2 - 2
pages/me/Write-off-management/index.vue

@@ -225,7 +225,7 @@
 		top: -35rpx;
 		border-top-left-radius: 50rpx;
 		border-bottom-left-radius: 50rpx;
-		font-size: 12rpx;
+		font-size: 24rpx;
 		color: #fff;
 		text-align: center;
 	}
@@ -416,7 +416,7 @@
 	}
 
 	.order-one-text {
-		font-size: 24rpx;
+		font-size: 28rpx;
 		font-weight: bold;
 		color: #000;
 	}