You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
YX-SCM/yunxi-ui-app/app.scss

9 lines
142 B

1 year ago
/* 页面公共scss */
.container {
background-color: $custom-bg-color;
margin: 0;
padding: 0;
box-sizing: border-box;
height: 100%;
}