mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 12:39:12 +08:00
feat: minder 组件字体
This commit is contained in:
parent
ba520dc6cc
commit
6f15741496
@ -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;
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user