App.scss 80 字节
Newer Older
1 2 3
#app {
  width: 100vw;
  height: 100vh;
4
  background: getCssVar(color, bg, 0);
5
}