mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-14 13:03:07 +00:00
8 lines
187 B
SCSS
8 lines
187 B
SCSS
body {
|
|
font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
|
|
font-size: 12px;
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
}
|