Browse Source

body字体设置修改

pull/132/head
zq 1 week ago
parent
commit
e15dc6c8eb
  1. 2
      src/style/theme/common.scss

2
src/style/theme/common.scss

@ -8,7 +8,7 @@ html {
"Helvetica Neue", Helvetica, Arial, sans-serif; "Helvetica Neue", Helvetica, Arial, sans-serif;
} }
body { body {
font-family: var(--font-chinese); font-family: var(--font-chinese) !important;
font-size: 14px; font-size: 14px;
margin: 0; margin: 0;
width: 100vw; width: 100vw;

Loading…
Cancel
Save