@import '~antd/es/style/themes/default.less'; @import './baseStyle.less'; // 页面公用样式 @import './utils/componentStyle.less'; html, body, #root { height: 100%; } .colorWeak { filter: invert(80%); } body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ant-layout-header { background: #fff; color: @main-text-color; padding: 0; } .ant-btn { &.ant-btn-link { padding: 4px 8px; } }