-
Notifications
You must be signed in to change notification settings - Fork 323
表头部分文字上色后剩余文字加粗效果消失 #400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
我这边测试是生效的,你用的是什么软件打开的?版本? |
WPS Spreadsheets(11.2.0.11417) Part of WPS Office |
这个无能为力了,myexcel只能保证ms Excel没问题,其他软件存在的兼容性问题无法解决
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: KissIce Chu ***@***.***>
发送时间: 2023年8月31日 16:31
收件人: liaochong/myexcel ***@***.***>
抄送: 清沐 ***@***.***>, Comment ***@***.***>
主题: Re: [liaochong/myexcel] 表头部分文字上色后剩余文字加粗效果消失 (Issue #400)
效果如下图:
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
刚发给同事,用Office 2021打开也一样,我再找个低版本的Office试试吧 |
看样子不是合并了单元格的原因,我现在将代码缩减到以下还是一样没效果(仍然未加粗)
|
Bug描述
4.3.2 版本出现给 th 标签内的部分文字上色后加粗效果消失,尝试使用 strong 和 b 标签加粗其它未着色文字无效,使用 span style="font-weight: bold;" 亦无效。@144
Bug复现
1、向 th 标签内添加文字,如“ * 客户姓名”;
2、使用 span 包裹“ * ”号并设置为红色;
3、文字“客户姓名”加粗效果消失。
期望的结果
“ * ”号为红色且“客户姓名”几个字加粗。
The text was updated successfully, but these errors were encountered: