重构界面ui
This commit is contained in:
13
index/src/app/global-variables.less
Normal file
13
index/src/app/global-variables.less
Normal file
@@ -0,0 +1,13 @@
|
||||
// 定义less 中的全局变量
|
||||
// 使用的时候导入本文件
|
||||
|
||||
/** 移动端适配时的分割宽度 */
|
||||
@max-width: 940px;
|
||||
|
||||
|
||||
/**** header ****/
|
||||
// header的最小高度
|
||||
@header-min-height: 300px;
|
||||
@header-logo-width: 50px;
|
||||
@header-logo-height: 50px;
|
||||
/**** header ****/
|
||||
Reference in New Issue
Block a user