cyp/app/css/app.less

11 lines
146 B
Text
Raw Normal View History

2019-03-20 05:56:39 +08:00
body {
margin: 0;
display: flex;
flex-direction: column;
height: 100vh;
}
@import "header.less";
@import "main.less";
@import "footer.less";