fix: Modify AI dialog box style issues (#1258)

This commit is contained in:
xuanlid 2025-03-30 02:53:58 -07:00 committed by GitHub
parent 47d013a18d
commit 24a3bccfae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -467,6 +467,7 @@ export default {
display: flex;
align-items: center;
height: 24px;
cursor: pointer;
}
.chat-title-label,
.ml8 {
@ -573,7 +574,7 @@ export default {
color: var(--te-chat-model-ai-fail-text);
}
.chat-submit {
.chat-submit.chat-submit {
margin-top: 14px;
font-size: 14px;
display: flex;