ui: 对富文本的纯文件消息进行显示优化

* 唉太难弄了, 那边距可太恐怖了
This commit is contained in:
CrescentLeaf
2025-10-24 21:21:12 +08:00
parent 5e5436b02c
commit 50e3e21634
2 changed files with 19 additions and 6 deletions

View File

@@ -11,10 +11,10 @@ export default function SystemMessage({ children }: React.HTMLAttributes<HTMLEle
<mdui-card variant="filled"
style={{
alignSelf: 'center',
paddingTop: '9px',
paddingBottom: '9px',
paddingLeft: '18px',
paddingRight: '18px',
paddingTop: '8px',
paddingBottom: '8px',
paddingLeft: '17px',
paddingRight: '17px',
fontSize: '92%',
}}>
{children}