liyongli 2 năm trước cách đây
mục cha
commit
3fd63f00f4
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/view/WorldCup/components/chat.vue

+ 2 - 1
src/view/WorldCup/components/chat.vue

@@ -102,7 +102,7 @@ function onSearch() {
 }
 
 function oriSave() {
-    console.log(user, user.phone)
+  console.log(user, user.phone);
   setChat({
     phone: user.phone,
     content: chat.value,
@@ -115,6 +115,7 @@ function oriSave() {
 </script>
 <style lang="scss">
 .chat {
+  width: 100%;
   .van-search {
     background-color: transparent;
   }