fix: fix panel list font

This commit is contained in:
Sivan 2020-05-04 23:55:36 +08:00
parent 026c8ed316
commit e862a97cd0
3 changed files with 8 additions and 8 deletions

View file

@ -112,7 +112,6 @@
margin: 0;
padding: 0;
list-style-type: none;
margin-inline-start: 16px;
& + & {
margin-inline-start: 12px;

View file

@ -12,6 +12,7 @@
/** 基础样式 **/
body {
font-family: -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, "Heti Hei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background-color: hsl(0, 0%, 100%);
}