瀏覽代碼

update pc_chat

luke 6 年之前
父節點
當前提交
7c5c372035
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      pc_chat/src/components/leaveMsg.vue
  2. 1 0
      pc_chat/src/components/ledgeBase.vue

+ 1 - 0
pc_chat/src/components/leaveMsg.vue

@@ -250,6 +250,7 @@
 </script>
 <style scoped>
 	.chatBox {
+		margin: 0 auto;
 		width: 700px;
 	}
 

+ 1 - 0
pc_chat/src/components/ledgeBase.vue

@@ -279,6 +279,7 @@
 
 	.chatBox {
 		width: 700px;
+		margin:0 auto;
 	}
 
 	.el-header {