opt: add chat config for mobile chat session

This commit is contained in:
RockYang
2024-04-29 09:39:23 +08:00
parent 7f31a301e3
commit 3b081ff0f4
5 changed files with 89 additions and 20 deletions

View File

@@ -34,19 +34,4 @@
}
}
.van-popup {
.picker-option {
display flex
width 100%
padding 0 10px
overflow hidden
height 20px
text-overflow ellipsis
.van-image {
width 20px;
height 20px;
margin-right 5px
}
}
}
@import "model-select.styl"

View File

@@ -1,6 +1,10 @@
.mobile-chat {
.van-nav-bar {
position static
.setting {
font-size 18px
}
}
.chat-list-wrapper {
@@ -81,4 +85,6 @@
background #232425;
}
}
}
}
@import "model-select.styl"

View File

@@ -0,0 +1,16 @@
.van-popup {
.picker-option {
display flex
width 100%
padding 0 10px
overflow hidden
height 20px
text-overflow ellipsis
.van-image {
width 20px;
height 20px;
margin-right 5px
}
}
}