guhongwei 4 年之前
父節點
當前提交
0996c8e227
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/parts/chat.vue

+ 1 - 1
src/components/parts/chat.vue

@@ -17,7 +17,7 @@
           </li>
         </ul>
         <!-- <div class="input" > -->
-        <el-row type="flex" :gutter="10" style="padding-top:20px;height:40px;line-height:40px">
+        <el-row type="flex" :gutter="10" style="padding-top:20px;height:40px;line-height:40px;width:100%;background: transparent;">
           <el-col :span="16">
             <el-input v-model="text" size="mini"></el-input>
           </el-col>