mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-05-06 17:21:36 +00:00
7 lines
115 B
SCSS
7 lines
115 B
SCSS
/* 页面公共scss */
|
|
.container {
|
|
background-color: $custom-bg-color;
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
}
|