htc 2 hónapja
szülő
commit
3471ab1b5c
2 módosított fájl, 4 hozzáadás és 4 törlés
  1. 1 0
      components/common/uFunction.vue
  2. 3 4
      pages/solution/lampSms.vue

+ 1 - 0
components/common/uFunction.vue

@@ -86,6 +86,7 @@
 				line-height: 34rpx;
 				margin-top: 16rpx;
 				letter-spacing: 2rpx;
+				padding-left: 18rpx;
 			}
 		}
 	}

+ 3 - 4
pages/solution/lampSms.vue

@@ -4,9 +4,7 @@
 		<uTop></uTop>
 		<!-- 标题和介绍 -->
 		<uDesc :title="dTitle" :description="dMemo" :bg="bannerBg"></uDesc>
-		<view class="quesTitle">工厂设备的维修管理,您是否有
-			以下烦恼?</view>
-
+		<view class="quesTitle">工厂设备的维修管理,您是否有以下烦恼?</view>
 		<view class="boxs">
 			<block v-if="functionList.length">
 				<uFunction :showTitle="false" :list="functionList[0]">
@@ -149,7 +147,8 @@
 		margin: 54rpx 80rpx 58rpx;
 		font-size: 42rpx;
 		color: #333;
-		line-height: 60rpx;
+		line-height: 60rpx;
+		text-align: center;
 		font-weight: bold;
 	}