修改背景样式
This commit is contained in:
parent
5fd20b9bbd
commit
050df9e07a
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user