fix(style): 🐛 修复聊天消息框回复宽度限制问题

修复windows打包配置出错问题
This commit is contained in:
nongyehong 2024-11-20 22:59:09 +08:00
parent 9c1d23d206
commit d0aca707a7
2 changed files with 2 additions and 6 deletions

View File

@ -30,11 +30,7 @@
"icons/windows/Square310x310Logo.png", "icons/windows/Square310x310Logo.png",
"icons/windows/StoreLogo.png" "icons/windows/StoreLogo.png"
], ],
"windows": { "windows": {}
"nsis": {
"language": ["SimpChinese"]
}
}
}, },
"app": { "app": {
"withGlobalTauri": true, "withGlobalTauri": true,

View File

@ -80,7 +80,7 @@
} }
} }
.content-span { .content-span {
@apply w-fit truncate flex-1; @apply max-w-300px w-fit truncate flex-1;
} }
/** 回复图片的计数器样式 */ /** 回复图片的计数器样式 */
.reply-img-sub { .reply-img-sub {