Merge pull request #8238 from dataease/pr@dev-v2@fix_richtext-bold

fix(仪表板): 修复富文本组件华文仿宋等部分字体加粗没反应问题 #8174
This commit is contained in:
王嘉豪 2024-02-29 11:29:52 +08:00 committed by GitHub
commit e9bfd1ff14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -389,3 +389,8 @@ em {
.ed-table {
--ed-table-row-hover-bg-color: #e8e9e9 !important;
}
strong {
font-synthesis: weight;
}