mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-05-11 01:44:32 +00:00
8 lines
219 B
SCSS
8 lines
219 B
SCSS
/* 页面公共scss */
|
|
.container {
|
|
padding-top: var(--status-bar-height);//uni-app提供了状态栏高度的css变量--status-bar-height
|
|
background-color: $custom-bg-color;
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
}
|