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

View File

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