mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Modify the font color of the thinking process on the Q&A page.
This commit is contained in:
parent
d9d7264542
commit
a5595bd840
|
|
@ -29,7 +29,7 @@ const showThink = ref<boolean>(true)
|
|||
}
|
||||
.reasoning-md {
|
||||
padding-left: 8px;
|
||||
--md-color: var(--app-text-color-secondary) !important;
|
||||
--md-color: var(--app-input-color-placeholder) !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue