mirror of
https://gitee.com/HuLaSpark/HuLa.git
synced 2024-11-29 10:18:35 +08:00
fix(style): 🐛 修复聊天消息框回复宽度限制问题
修复windows打包配置出错问题
This commit is contained in:
parent
9c1d23d206
commit
d0aca707a7
@ -30,11 +30,7 @@
|
||||
"icons/windows/Square310x310Logo.png",
|
||||
"icons/windows/StoreLogo.png"
|
||||
],
|
||||
"windows": {
|
||||
"nsis": {
|
||||
"language": ["SimpChinese"]
|
||||
}
|
||||
}
|
||||
"windows": {}
|
||||
},
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
|
@ -80,7 +80,7 @@
|
||||
}
|
||||
}
|
||||
.content-span {
|
||||
@apply w-fit truncate flex-1;
|
||||
@apply max-w-300px w-fit truncate flex-1;
|
||||
}
|
||||
/** 回复图片的计数器样式 */
|
||||
.reply-img-sub {
|
||||
|
Loading…
Reference in New Issue
Block a user