chenge commited on
Commit
83bbd08
·
1 Parent(s): a985bfc
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -972,7 +972,7 @@ css = """
972
  }
973
  /* Thinking区域样式 */
974
  .thinking-content .ant-collapse {
975
- background: linear-gradient(135deg, #f6f9fc 0%, #f0f4f8 100%);
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: #fff;
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;