Merge branch '106-feat-auth-manguage' of https://github.com/xerrors/Yuxi-Know into 106-feat-auth-manguage

This commit is contained in:
Wenjie Zhang 2025-04-06 01:51:06 +08:00
commit 0d2d652af1
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@
--main-light-4: #F2F5F5;
--main-light-5: #F7FAFB;
--main-light-6: #FAFDFD;
--main-light-7: #FEFFFF;
--secondry-color: #4e616d;
--error-color: #ba1a1a;

View File

@ -668,7 +668,7 @@ const selectModel = (provider, name) => {
display: flex;
flex-direction: column;
overflow-x: hidden;
background: var(--main-light-6);
background: var(--main-light-7);
position: relative;
box-sizing: border-box;
flex: 5 5 200px;