index.less 169 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 @import '~antd/lib/style/themes/default.less'; .content { //margin-top: 20px; } @media screen and (max-width: @screen-sm) { .content { margin: 0 24px 0; } }