Переглянути джерело

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

- 减小蓝牙页面控制行的上边距从10px到5px
- 更新应用版本号从1.1.0到1.1.1
mws 2 тижнів тому
батько
коміт
bab157a526
2 змінених файлів з 3 додано та 2 видалено
  1. 1 1
      manifest.json
  2. 2 1
      pages/bluetooth/index/index.vue

+ 1 - 1
manifest.json

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

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

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