可信代码库-AI大模型思考过程接口展示

This commit is contained in:
付民康
2025-06-18 15:37:36 +08:00
parent 0cd5d14245
commit 691ea594d2
2 changed files with 54 additions and 8 deletions

View File

@@ -340,15 +340,15 @@
.green {
cursor: pointer;
color: rgb(80, 212, 171)
color: rgb(61, 204, 166)
}
.yellow {
cursor: pointer;
color: rgb(250, 194, 10)
color: rgb(254, 204, 85)
}
.red {
cursor: pointer;
color: rgb(246, 111, 106)
color: rgb(249, 95, 91)
}
.jyh-split {
@@ -450,3 +450,8 @@
}
}
}
.align-center {
display: flex;
align-items: center;
}