浏览代码

标签修改

潘超林 4 月之前
父节点
当前提交
127ec18faf
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      App.vue
  2. 3 3
      pages/group/add.vue

+ 1 - 1
App.vue

@@ -49,7 +49,7 @@ TUITranslateService.useI18n();
 
 TUIChatKit.init();
 // const SDKAppID = 1600005199; // 测试版
-const SDKAppID = 1600042286; // 测试版
+const SDKAppID = 1600042286; // 正式
 
 const secretKey = "82f8b45664eb3252cf02f939aaac43cd81ba25b7c7f94f45be4f05e173e1ab2d"; // Your secretKey
 

+ 3 - 3
pages/group/add.vue

@@ -41,7 +41,7 @@
                   >{{ userInfo.nick }}
                   <view
                     style="
-                      width: 130rpx;
+                      padding: 0px 20rpx;
                       height: 40rpx;
                       background: linear-gradient(270deg, #f0ff00 0%, #00cf07 100%);
                       border-radius: 4rpx;
@@ -205,9 +205,9 @@ export default {
       .title {
         display: flex;
         flex-direction: row;
-        align-items: center;
+        align-items: flex-start;
         font-weight: 600;
-        font-size: 32rpx;
+        font-size: 16px;
         color: #333333;
       }
       .phone {