feat: vue-mobile => 完成移动端聊天配置功能

This commit is contained in:
RockYang
2023-06-26 18:18:45 +08:00
parent 6a733de556
commit 5187a43543
13 changed files with 189 additions and 36 deletions

View File

@@ -47,7 +47,7 @@ onMounted(() => {
margin-left 5px
.van-image {
width 25px
width 32px
img {
border-radius 5px
@@ -73,7 +73,7 @@ onMounted(() => {
.content {
word-break break-word;
padding: 6px 10px;
padding: 5px 10px;
background-color: #98E165;
color #444444
font-size: 16px

View File

@@ -56,7 +56,7 @@ onMounted(() => {
margin-right 5px
.van-image {
width 25px
width 32px
img {
border-radius 5px
@@ -92,7 +92,7 @@ onMounted(() => {
overflow-x auto
min-height 20px;
word-break break-word;
padding: 6px 10px;
padding: 5px 10px;
color #444444
background-color: #ffffff;
font-size: 16px