mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-15 21:53:44 +08:00
opt: add chat config for mobile chat session
This commit is contained in:
@@ -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"
|
||||
@@ -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"
|
||||
16
web/src/assets/css/mobile/model-select.styl
Normal file
16
web/src/assets/css/mobile/model-select.styl
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user