diff --git a/dashboard/src/views/ChatPage.vue b/dashboard/src/views/ChatPage.vue index 96e1664b8..77c036fcc 100644 --- a/dashboard/src/views/ChatPage.vue +++ b/dashboard/src/views/ChatPage.vue @@ -21,19 +21,16 @@ marked.setOptions({
- 创建对话 - + prepend-icon="mdi-plus">创建对话
- + rounded="lg" class="conversation-item" active-color="secondary"> @@ -668,6 +665,7 @@ export default { } /* 聊天页面布局 */ +/* todo: 聊天页面背景颜色有问题 */ .chat-page-card { margin-bottom: 16px; width: 100%; @@ -697,7 +695,7 @@ export default { flex-direction: column; padding: 0; border-right: 1px solid rgba(0, 0, 0, 0.05); - background-color: var(--v-theme-surface) !important; + background-color: var(--v-theme-containerBg); height: 100%; position: relative; } @@ -745,9 +743,9 @@ export default { } .conversation-list-card { - border-radius: 12px; + border-radius: 8px; box-shadow: none !important; - background-color: transparent; + background-color: var(--v-theme-containerBg); } .conversation-list { @@ -803,6 +801,7 @@ export default { text-transform: none; letter-spacing: 0.25px; font-size: 12px; + line-height: 1.2em; } .delete-chat-btn:hover { diff --git a/dashboard/src/views/ExtensionMarketplace.vue b/dashboard/src/views/ExtensionMarketplace.vue index f286b3882..466fe3cc5 100644 --- a/dashboard/src/views/ExtensionMarketplace.vue +++ b/dashboard/src/views/ExtensionMarketplace.vue @@ -19,18 +19,15 @@ import 'highlight.js/styles/github.css'; -

✨ 插件市场

mdi-help - + 如无法显示,请单击此按钮跳转至插件市场,复制想安装插件对应的 - `repo` - 链接然后点击右下角 + 号安装,或打开链接下载压缩包安装。 - + repo链接然后点击右下角 + 号安装,或打开链接下载压缩包安装。
如果因为网络问题安装失败,点击设置页选择 GitHub 加速地址。或前往仓库下载压缩包然后本地上传。
@@ -75,7 +72,7 @@ import 'highlight.js/styles/github.css';