fix: fix panel list font
This commit is contained in:
parent
026c8ed316
commit
e862a97cd0
3 changed files with 8 additions and 8 deletions
|
@ -112,7 +112,6 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
margin-inline-start: 16px;
|
||||
|
||||
& + & {
|
||||
margin-inline-start: 12px;
|
||||
|
|
|
@ -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%);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue