소스 검색

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 {