liyongli 2 년 전
부모
커밋
3fd63f00f4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;
   }