mirror of
https://gitee.com/HuLaSpark/HuLa.git
synced 2024-11-29 18:28:30 +08:00
fix(style): 🐛 修复聊天消息框回复宽度限制问题
修复windows打包配置出错问题
This commit is contained in:
parent
9c1d23d206
commit
d0aca707a7
@ -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,
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user