UNPKG

@grc/business

Version:

更新sider选项 : forceSubMenuRender

45 lines (44 loc) 1.27 kB
/** * @file 主题变量 * 在这里覆盖antd变量和自定义主题变量 * @author david wang * antd 变量可以在此查看 https://github.com/ant-design/ant-design/blob/3.22.2/components/style/themes/default.less */ /** * @file 主题变量 * 在这里覆盖antd变量和自定义主题变量 * @author david wang * antd 变量可以在此查看 https://github.com/ant-design/ant-design/blob/master/components/style/themes/default.less */ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ .gbc-header { background-color: #FFFFFF; box-shadow: 0 1px 4px 0 rgba(0, 21, 41, 0.12); } .gbc-header-wrapper { display: flex; align-items: center; justify-content: space-between; height: 76px; padding: 0 20px; } .gbc-header-control-items { display: flex; align-items: center; list-style: none; } .gbc-header-control-item + .gbc-header-control-item { margin-left: 50px; } .gbc-header-control-text { margin-left: 5px; } .gbc-header-control-logout { cursor: pointer; } .gbc-header-control-logout .anticon { font-size: 20px; }