fix: Modify the font color of the thinking process on the Q&A page.

This commit is contained in:
wangdan-fit2cloud 2025-09-22 14:25:48 +08:00
parent d9d7264542
commit a5595bd840

View File

@ -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>