UNPKG

@grc/business

Version:

更新sider选项 : forceSubMenuRender

32 lines (31 loc) 822 B
@import "../../../styles/variables.less"; .@{gbc-prefix}-header{ background-color: @gbc-header-bg; box-shadow: @gbc-header-box-shadow; &-wrapper{ display: flex; align-items: center; justify-content: space-between; height: @gbc-header-height; padding: @gbc-header-padding-verticle @gbc-header-padding-horizontal; } &-control{ &-items{ display: flex; align-items: center; list-style: none; } &-item+&-item{ margin-left: @gbc-header-control-item-margin; } &-text{ margin-left: 5px; } &-logout{ cursor: pointer; .@{iconfont-css-prefix}{ font-size: @gbc-header-logout-icon-size; } } } }