vue-vben-admin/src/design/var/index.less

20 lines
268 B
Plaintext
Raw Normal View History

2020-09-28 20:19:10 +08:00
@import '../color.less';
@import 'easing';
@import 'breakpoint';
// tabs
2020-10-31 19:51:24 +08:00
@multiple-height: 30px;
2020-09-28 20:19:10 +08:00
// headers
@header-height: 48px;
2020-09-28 20:19:10 +08:00
// logo width
2020-10-31 19:51:24 +08:00
@logo-width: 36px;
2020-09-28 20:19:10 +08:00
//
2020-11-02 23:04:25 +08:00
@side-drag-z-index: 200;
2020-09-28 20:19:10 +08:00
@page-loading-z-index: 10000;
// left-menu
2020-11-15 13:22:34 +08:00
@app-menu-item-height: 44px;