diff --git a/src/views/IndexChat.vue b/src/views/IndexChat.vue index f2e9e6c..57fddcc 100644 --- a/src/views/IndexChat.vue +++ b/src/views/IndexChat.vue @@ -641,7 +641,7 @@ const scollToButtom = () => { background-color: #fff; box-sizing: border-box; padding: 16px; - border: 1px solid red; + border: 1px solid transparent; .c_top { margin-bottom: 12px; @@ -687,7 +687,7 @@ const scollToButtom = () => { background-color: #fff; box-sizing: border-box; padding: 16px; - border: 1px solid red; + border: 1px solid transparent; .c_top { margin-bottom: 12px; @@ -697,8 +697,7 @@ const scollToButtom = () => { .switch { display: flex; align-items: center; - border-top: 1px #333 solid; - border: 1px #333 solid; + border-top: 1px #F1F1F1 solid; font-size: 14px; font-family: PingFang SC, PingFang SC; font-weight: 400; @@ -1012,7 +1011,7 @@ const scollToButtom = () => { .message-container { height: calc(100vh - 124px); overflow: auto; - border: 1px red solid; + border: 1px transparent solid; background-color: rgb(245, 245, 251); position: relative; padding-top: 20px; @@ -1030,7 +1029,7 @@ const scollToButtom = () => { // height: 60px; min-height: 60px; background-color: #fff; - border: 1px solid red; + border: 1px solid transparent ; position: absolute; // bottom: 180px; top: calc(100vh - 122px); @@ -1053,7 +1052,7 @@ const scollToButtom = () => { /* display: flex; align-items: center; justify-content: flex-start; */ - border: 1px solid red; + border: 1px solid transparent; // width: calc(100vw - 154px); width: 16px; height: 16px;