删除无用代码, 工具类和 组件 没有删除 , 以后可以借鉴写法和创建规则
This commit is contained in:
9
src/layouts/Header.less
Normal file
9
src/layouts/Header.less
Normal file
@ -0,0 +1,9 @@
|
||||
@import '../baseStyle.less';
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
justify-content: space-between;
|
||||
width: @width;
|
||||
margin: 0 auto;
|
||||
}
|
Reference in New Issue
Block a user