mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-04 04:59:48 +08:00
feat: minder 组件字体
This commit is contained in:
parent
ba520dc6cc
commit
6f15741496
@ -40,7 +40,8 @@ div.minder-editor-container {
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 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 {
|
.minder-editor {
|
||||||
@apply absolute bottom-0 left-0 right-0;
|
@apply absolute bottom-0 left-0 right-0;
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
.hotbox {
|
.hotbox {
|
||||||
@apply absolute left-0 top-0 overflow-visible;
|
@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 {
|
.state {
|
||||||
@apply absolute hidden overflow-visible;
|
@apply absolute hidden overflow-visible;
|
||||||
.center,
|
.center,
|
||||||
|
Loading…
Reference in New Issue
Block a user