소스 검색

update pc_chat

luke 6 년 전
부모
커밋
d9a4d21569
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      pc_chat/src/components/chat.vue

+ 3 - 2
pc_chat/src/components/chat.vue

@@ -2090,9 +2090,10 @@
 	}
 
 	.questionList, .changeService {
-		margin: 10px;
-		border: 1px solid rgba(223, 223, 223, 1);
+		margin: 10px 0 0 50px;
+		border: 1px solid #dfdfdf;
 		border-radius: 5px;
+		width: 70%;
 	}
 
 	.questionList div, .changeService div {