Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
chenge
commited on
Commit
·
83bbd08
1
Parent(s):
a985bfc
V4
Browse files
app.py
CHANGED
@@ -972,7 +972,7 @@ css = """
|
|
972 |
}
|
973 |
/* Thinking区域样式 */
|
974 |
.thinking-content .ant-collapse {
|
975 |
-
background: linear-gradient(135deg, #
|
976 |
border: 1px solid #e1e8ed;
|
977 |
border-radius: 8px;
|
978 |
margin-bottom: 12px;
|
@@ -985,7 +985,7 @@ css = """
|
|
985 |
}
|
986 |
.thinking-content .ant-collapse-content > .ant-collapse-content-box {
|
987 |
padding: 12px;
|
988 |
-
background: #
|
989 |
border-radius: 0 0 6px 6px;
|
990 |
font-size: 13px;
|
991 |
color: #667788;
|
|
|
972 |
}
|
973 |
/* Thinking区域样式 */
|
974 |
.thinking-content .ant-collapse {
|
975 |
+
background: linear-gradient(135deg, #f8f9fc 0%, #f2f5f8 100%);
|
976 |
border: 1px solid #e1e8ed;
|
977 |
border-radius: 8px;
|
978 |
margin-bottom: 12px;
|
|
|
985 |
}
|
986 |
.thinking-content .ant-collapse-content > .ant-collapse-content-box {
|
987 |
padding: 12px;
|
988 |
+
background: #fafbfc;
|
989 |
border-radius: 0 0 6px 6px;
|
990 |
font-size: 13px;
|
991 |
color: #667788;
|