app.scss 115 B

123456
  1. /* 页面公共scss */
  2. .container {
  3. background-color: $custom-bg-color;
  4. box-sizing: border-box;
  5. height: 100%;
  6. }