mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-02 19:54:58 +08:00
7 lines
115 B
SCSS
7 lines
115 B
SCSS
/* 页面公共scss */
|
|
.container {
|
|
background-color: $custom-bg-color;
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
}
|