小助理

This commit is contained in:
liuye
2024-08-22 16:42:31 +08:00
parent 58a93432d9
commit 604fe63e7e
2 changed files with 2 additions and 1 deletions

View File

@@ -207,6 +207,7 @@ page {
position: fixed; position: fixed;
left: 0; left: 0;
z-index: 9; z-index: 9;
background-color: #fff;
p { p {
line-height: 34px; line-height: 34px;
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;

View File

@@ -7,7 +7,7 @@
</div> --> </div> -->
<div class="top-fixed"> <div class="top-fixed">
<div class="top-select" @click="showType=true"> <div class="top-select" @click="showType=true">
{{aiConfigName || '选择应用'}} <u-icon name="arrow-down" color="#fff" size="28"></u-icon> {{aiConfigName || '选择应用'}} <u-icon name="arrow-down" color="#0052F5" size="28"></u-icon>
</div> </div>
<p>已切换至{{aiConfigName}}大模型</p> <p>已切换至{{aiConfigName}}大模型</p>
</div> </div>