소스 검색

update src

luke 6 년 전
부모
커밋
fe19e8eacf
2개의 변경된 파일7개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 0
      service/src/components/leftNav.vue
  2. 4 4
      service/src/pages/TheCurrentSession.vue

+ 3 - 0
service/src/components/leftNav.vue

@@ -134,4 +134,7 @@
 		color: #eaf3ff;
 		background: #0d1f47;
 	}
+	.nav p {
+		cursor: pointer;
+	}
 </style>

+ 4 - 4
service/src/pages/TheCurrentSession.vue

@@ -1221,7 +1221,7 @@
 	}
 
 	.sessionList {
-		width: 21vw;
+		width: 16vw;
 		background: #fff;
 	}
 
@@ -1281,7 +1281,7 @@
 	}
 
 	.chat {
-		width: 29vw;
+		width: 40vw;
 		height: 93vh;
 		border: 1px solid #d5e5ff;
 		border-top: none;
@@ -1414,7 +1414,7 @@
 	}
 
 	.FastReply {
-		width: 19vw;
+		width: 18vw;
 		height: 92vh;
 		border-right: 1px solid #d5e5ff;
 		background: #fff;
@@ -1516,7 +1516,7 @@
 	}
 
 	.userinfo {
-		width: 21vw;
+		width: 16vw;
 		padding: 20px;
 		background: #ECF4FF;
 	}