更新移动端 Dalle 绘图页面,支持模型选择

This commit is contained in:
RockYang
2024-12-26 18:50:45 +08:00
parent 8af0fec8ec
commit 18179613fc
9 changed files with 1215 additions and 1306 deletions

View File

@@ -79,12 +79,12 @@
}
}
.van-theme-dark {
.mobile-chat {
.chat-list-wrapper {
background #232425;
}
}
}
// .van-theme-dark {
// .mobile-chat {
// .chat-list-wrapper {
// background #232425;
// }
// }
// }
@import "model-select.styl"

View File

@@ -183,6 +183,7 @@
display flex
flex-flow column
justify-content center
height 200px
.title {
margin-bottom 20px

View File

@@ -57,9 +57,6 @@
.more-menus span.title{
color:#000;
}
.menu-list .menu-list-item.active .el-icon{
background: #0080006e;
}
//
--btn-bg: rgba(86, 86, 95, .5);
@@ -79,4 +76,13 @@
--code-bg-color: #424242;
--code-text-color: #fff;
// vant
--van-cell-background: #141a36;
--van-cell-background-light: #242a46;
--van-button-default-background: #141a36;
--van-background: #141a36;
--van-tabbar-background: #141a36;
--van-nav-bar-background: #1B244A;
--van-dropdown-menu-background: #141a36;
}