处理卡片宽度,保证文字显示不会换行异常
Some checks are pending
Check / lint (push) Waiting to run
Check / typecheck (push) Waiting to run
Check / build (build, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build, 18.x, windows-latest) (push) Waiting to run
Check / build (build:app, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build:app, 18.x, windows-latest) (push) Waiting to run
Check / build (build:mp-weixin, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build:mp-weixin, 18.x, windows-latest) (push) Waiting to run

This commit is contained in:
wangyifeng 2025-08-05 15:56:06 +08:00
parent b046388c86
commit e2b41dcd8a

View File

@ -107,7 +107,8 @@ const handleSysMessagePush = () => {
line-height: 58rpx;
color: #fff;
font-weight: bold;
max-width: 326rpx;
min-width: 326rpx;
max-width: 100%;
}
img {
width: 100%;