diff --git a/web/src/assets/css/mobile/chat-session.styl b/web/src/assets/css/mobile/chat-session.styl
index 65a73fd3..c4d8dbd3 100644
--- a/web/src/assets/css/mobile/chat-session.styl
+++ b/web/src/assets/css/mobile/chat-session.styl
@@ -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"
\ No newline at end of file
diff --git a/web/src/assets/css/mobile/image-sd.styl b/web/src/assets/css/mobile/image-sd.styl
index f470422a..31c036f5 100644
--- a/web/src/assets/css/mobile/image-sd.styl
+++ b/web/src/assets/css/mobile/image-sd.styl
@@ -183,6 +183,7 @@
display flex
flex-flow column
justify-content center
+ height 200px
.title {
margin-bottom 20px
diff --git a/web/src/assets/css/theme-dark.styl b/web/src/assets/css/theme-dark.styl
index 25ded2c3..5946a768 100644
--- a/web/src/assets/css/theme-dark.styl
+++ b/web/src/assets/css/theme-dark.styl
@@ -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;
}
diff --git a/web/src/views/Login.vue b/web/src/views/Login.vue
index 3d91b600..999001dd 100644
--- a/web/src/views/Login.vue
+++ b/web/src/views/Login.vue
@@ -132,8 +132,8 @@ const login = async function () {
const store = useSharedStore();
const doLogin = (verifyData) => {
httpPost("/api/user/login", {
- username: username.value.trim(),
- password: password.value.trim(),
+ username: username.value,
+ password: password.value,
key: verifyData.key,
dots: verifyData.dots,
x: verifyData.x,
diff --git a/web/src/views/mobile/ChatSession.vue b/web/src/views/mobile/ChatSession.vue
index 5fdcd338..b5ac8c1f 100644
--- a/web/src/views/mobile/ChatSession.vue
+++ b/web/src/views/mobile/ChatSession.vue
@@ -12,69 +12,47 @@
-