Articles.less 191 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 @import '~antd/lib/style/themes/default.less'; .articleList { :global { .ant-list-item:first-child { padding-top: 0; } } } a.listItemMetaTitle { color: @heading-color; }