UNPKG

nsn-comp

Version:

NSN核心组件

36 lines (28 loc) 671 B
@import '~antd/es/style/themes/default.less'; // The prefix to use on all css classes from nsnui. @cls-prefix: nsnui; @action-hover-bg: rgba(0, 0, 0, 0.025); @color-blue: #027CFB; @color-cyan: #5BD8E7; .gradient(@angle: to bottom, @start: @color-blue, @stop: @color-cyan) { background: linear-gradient(@angle, @start, @stop) } @media only screen and (max-width: @screen-md) { // pro-table 工具栏右侧边距 .ant-pro-table-toolbar-default-option { padding-right: 10px; } } .ant-pro-table-form { form { &.ant-form { div { &:last-child { &.ant-space { display: none; } } } } } }