gemercheung 2 年之前
父节点
当前提交
65e7cb9b0c
共有 3 个文件被更改,包括 10 次插入10 次删除
  1. 3 3
      src/locales/lang/en/room.ts
  2. 6 6
      src/views/room/sign.vue
  3. 1 1
      src/views/scene/list.vue

+ 3 - 3
src/locales/lang/en/room.ts

@@ -33,9 +33,9 @@ export default {
   deletedScenesWaring: 'Cannot recover from deletion, confirm to delete?',
   projectLink: 'Project Link',
   nickNameRegrexError: 'The nickname is limited to 1 to 15 characters in Chinese, English, digits, or underscores.',
-  startMiniAppLivestreaming: 'Mini Programs LI-Stream',
+  startMiniAppLivestreaming: 'livestreaming',
   shareFriends: "Share with friends",
   scanMiniApp:"Scan the code to access LI-Stream via Wechat",
-  openScanMiniApp: 'Open the Wechat and scan',
-  enterWechat: "进入微信小程序开始带看"
+  openScanMiniApp: 'Open the Wechat',
+  enterWechat: "Scan the code to start LI-Stream via Wechat"
 }

+ 6 - 6
src/views/room/sign.vue

@@ -192,13 +192,13 @@ defineEmits<RoomSignEmit>()
   }
 }
 
-html:lang(en){
-  .room-cover .action .botton{
-    font-size: 14px;
-    width: 180px;
-  }
+// html:lang(en){
+//   .room-cover .action .botton{
+//     font-size: 14px;
+//     width: 180px;
+//   }
 
-}
+// }
 </style>
 
 <style lang="scss">

+ 1 - 1
src/views/scene/list.vue

@@ -140,7 +140,7 @@ const saveHandler = () => {
 }
 
 .scene-list-layout {
-  max-height: 500px;
+  max-height: 350px;
   overflow-y: auto;
   margin-right: -20px;
   padding-right: 10px;