浏览代码

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 {