style(ai-assistant): 调整输出占位符的行高和内边距

This commit is contained in:
kuaifan 2026-06-21 23:34:02 +00:00
parent 31729933be
commit 6a4f815d5a

View File

@ -2841,12 +2841,11 @@ export default {
}
.ai-assistant-output-placeholder {
height: 34px;
line-height: 34px;
line-height: 22px;
margin-top: 12px;
font-size: 13px;
color: #999;
padding: 0 10px;
padding: 6px 10px;
border-radius: 6px;
background: rgba(0, 0, 0, 0.02);
}