修改背景样式

This commit is contained in:
Wenjie Zhang 2025-04-05 13:40:53 +08:00
parent 5fd20b9bbd
commit 050df9e07a
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;