Browse Source

style(bluetooth): 调整控制行间距并更新应用版本号

- 减小蓝牙页面控制行的上边距从10px到5px
- 更新应用版本号从1.1.0到1.1.1
mws 2 tuần trước cách đây
mục cha
commit
bab157a526
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 1 1
      manifest.json
  2. 2 1
      pages/bluetooth/index/index.vue

+ 1 - 1
manifest.json

@@ -2,7 +2,7 @@
     "name" : "亿旭智能",
     "appid" : "__UNI__0BF6F83",
     "description" : "",
-    "versionName" : "1.1.0",
+    "versionName" : "1.1.1",
     "versionCode" : "100",
     "transformPx" : false,
     "app-plus" : {

+ 2 - 1
pages/bluetooth/index/index.vue

@@ -489,7 +489,8 @@ export default {
   display: flex;
   flex-direction: column;
   gap: 15px;
-  margin-top: 10px;
+  margin-top: 5px;
+
 }
 
 .control-row {