ソースを参照

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 {