소스 검색

upload

dev
HolyKnightIX 1 년 전
부모
커밋
60587a64b0
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      src/views/realTimeChat/realTimeChat.vue

+ 3
- 3
src/views/realTimeChat/realTimeChat.vue 파일 보기

@@ -195,8 +195,8 @@ export default {
.itemBox {
position: absolute;
bottom: 50px;
width: 60px;
height: 60px;
width: 50px;
height: 50px;
border: 3.5px solid #ffffff;
border-radius: 50%;
text-align: center;
@@ -234,7 +234,7 @@ export default {

.inputInside {
position: absolute;
bottom: 60px;
bottom: 57px;
left: 50%;
transform: translateX(-50%);
width: 170px;


불러오는 중...
취소
저장