Przeglądaj źródła

优化微信开放标签样式

maple 11 miesięcy temu
rodzic
commit
d3440bb8c1
2 zmienionych plików z 6 dodań i 4 usunięć
  1. 2 2
      manifest.json
  2. 4 2
      pages/goods.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "宜格分享",
     "appid" : "__UNI__90011BF",
     "description" : "应用描述",
-    "versionName" : "1.1.8",
-    "versionCode" : 118,
+    "versionName" : "1.1.9",
+    "versionCode" : 119,
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {

+ 4 - 2
pages/goods.vue

@@ -153,12 +153,14 @@
           <style>
             .btn { 
 							border: none;
-              width: 150px;
+              /* width: 150px; */
               height: 40px;
+              padding: 0 15px;
               color: #fff;
               background-color: #6be5f8;
               border-radius: 20px;
 							display: flex;
+              justify-content: center;
 							align-items: center;
               text-align: center;
               font-size: 14px;
@@ -1023,7 +1025,7 @@
     position: fixed;
     bottom: 200rpx;
     left: 50%;
-    width: 300rpx;
+    // width: 300rpx;
     height: 80rpx;
     color: red;
     transform: translateX(-50%);