add docs and github link

This commit is contained in:
RockYang
2024-01-30 16:18:27 +08:00
parent 23e353b18b
commit 9446bf5f98
5 changed files with 48 additions and 36 deletions

View File

@@ -153,6 +153,12 @@
#app .common-layout .el-main .chat-head .iconfont {
margin-right: 5px;
}
#app .common-layout .el-main .chat-head .is-circle {
margin-left: 5px;
}
#app .common-layout .el-main .chat-head .is-circle .iconfont {
margin-right: 0;
}
#app .common-layout .el-main .right-box {
min-width: 0;
flex: 1;

View File

@@ -199,6 +199,13 @@ $borderColor = #4676d0;
.iconfont {
margin-right 5px;
}
.is-circle {
margin-left 5px
.iconfont {
margin-right 0
}
}
}
.right-box {
@@ -250,7 +257,6 @@ $borderColor = #4676d0;
margin-right 5px;
}
}
}
}

View File

@@ -19,9 +19,12 @@
margin-left: 10px;
}
.mobile-chat .chat-box-wrapper .van-sticky .van-cell-group--inset .van-cell .button-voice {
padding: 0 5px;
padding: 0 2px;
height: 30px;
}
.mobile-chat .chat-box-wrapper .van-sticky .van-cell-group--inset .van-cell .button-voice .el-icon {
font-size: 24px;
}
.mobile-chat .van-nav-bar__title .van-dropdown-menu__title {
margin-right: 10px;
}
@@ -31,6 +34,13 @@
.mobile-chat .van-nav-bar__right .van-icon {
font-size: 20px;
}
.van-overlay .mic-wrapper {
display: flex;
height: 100vh;
justify-content: center;
align-items: center;
flex-flow: column;
}
.van-theme-dark .mobile-chat .message-list-box {
background: #232425;
}