lilei преди 4 години
родител
ревизия
35c0af1d05
променени са 2 файла, в които са добавени 6 реда и са изтрити 7 реда
  1. 1 1
      pages/index/index.vue
  2. 5 6
      pages/userAuth/userAuth.vue

+ 1 - 1
pages/index/index.vue

@@ -70,7 +70,7 @@
 			<view class="devList">
 				<view v-for="item in deviceList" :key="item.deviceId">
 					<view class="names">
-						<view>{{item.name}}</view>
+						<view>设备名称:{{item.name}}</view>
 						<view class="texts">MAC:{{item.deviceId}}</view>
 					</view>
 					<view class="btns" @click="connectBlue(item)" v-if="!connectStatus">点击连接</view>

+ 5 - 6
pages/userAuth/userAuth.vue

@@ -340,18 +340,17 @@
 		}
 	}
 	.notes{
-		background: #fff3dc;
-		border:1px solid #efb564;
-		margin-top: 60rpx;
+		margin-top: 50rpx;
 		border-radius: 10rpx;
+		color: #999;
 		> view{
 			&:first-child{
-				padding: 20rpx;
+				padding: 10rpx 20rpx;
 			}
 			&:last-child{
-				padding: 0 20rpx;
+				padding: 0 40rpx;
 				> view{
-					padding: 10rpx 20rpx;
+					padding: 6rpx 20rpx;
 				}
 			}
 		}