feat: minder 组件字体

This commit is contained in:
baiqi 2023-06-07 13:59:57 +08:00 committed by rubylliu
parent ba520dc6cc
commit 6f15741496
2 changed files with 4 additions and 2 deletions

View File

@ -40,7 +40,8 @@ div.minder-editor-container {
right: 0;
bottom: 0;
left: 0;
font-family: Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
font-family: Arial, 'PingFang SC', 'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei',
sans-serif;
}
.minder-editor {
@apply absolute bottom-0 left-0 right-0;

View File

@ -1,7 +1,8 @@
.hotbox {
@apply absolute left-0 top-0 overflow-visible;
font-family: Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
font-family: Arial, 'PingFang SC', 'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei',
sans-serif;
.state {
@apply absolute hidden overflow-visible;
.center,