瀏覽代碼

feat: 处理【Android】连接设备页面图片被拉长的问题

332777428@qq.com 2 月之前
父節點
當前提交
31ac10d675
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/pageB/deviceConnect0/deviceConnect0.wxml

+ 2 - 2
pages/pageB/deviceConnect0/deviceConnect0.wxml

@@ -9,11 +9,11 @@
       起后,即可进入下一步</text>
     <view wx:if="{{!scopeBluetooth && userFuzzyLocation}}" class="qx">
       <text bindtap="setBluetooth">开启蓝牙权限</text>
-      <image mode="heightFix" src="./../../../img/a.png"></image>
+      <image src="./../../../img/a.png" style="width: 16rpx;height: 28rpx;"></image>
     </view>
     <view wx:if="{{!userFuzzyLocation}}" class="qx">
       <text bindtap="setUserFuzzyLocation">开启定位权限</text>
-      <image mode="heightFix" src="./../../../img/a.png"></image>
+      <image src="./../../../img/a.png" style="width: 16rpx;height: 28rpx;"></image>
     </view>
   </view>
   <view class="subBtn">