liyongli hace 2 años
padre
commit
3fd63f00f4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;
   }