Commit 1779224f by YG8999

Wi-Fi显示修改

parent 7a29e875
...@@ -96,16 +96,16 @@ ...@@ -96,16 +96,16 @@
<uni-popup ref="popup" type="bottom" maskClick="false"> <uni-popup ref="popup" type="bottom" maskClick="false">
<view class="popup-content"> <view class="popup-content">
<view class="flex-between title-box"> <view class="flex-between title-box">
<text class="text-black text-bold text-xl">无线WIFI</text> <text class="text-black text-bold text-xl">无线WI-FI</text>
<text class="cuIcon-roundclose text-gray text-xxl" @tap="onClose"></text> <text class="cuIcon-roundclose text-gray text-xxl" @tap="onClose"></text>
</view> </view>
<view class="flex-col"> <view class="flex-col">
<view class="text"> <view class="text">
<text class="text-title text-xl">wifi名称:</text> <text class="text-title text-xl">WI-FI名称:</text>
<text class="text-title text-xxl">{{wifiData.name}}</text> <text class="text-title text-xxl">{{wifiData.name}}</text>
</view> </view>
<view class="text"> <view class="text">
<text class="text-title text-xl">wifi名称</text> <text class="text-title text-xl">WI-FI密码</text>
<text class="text-title text-xxl">{{wifiData.password}}</text> <text class="text-title text-xxl">{{wifiData.password}}</text>
</view> </view>
</view> </view>
...@@ -541,6 +541,7 @@ ...@@ -541,6 +541,7 @@
padding: 30upx 0; padding: 30upx 0;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
margin-bottom: 10%;
.cu-btn{ .cu-btn{
margin: 0 5%; margin: 0 5%;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment