diff --git a/src/components/StandardFormRow/index.less b/src/components/StandardFormRow/index.less index 291d127313c49785b3f761eb82260e7039b4640b..d36ac596ac4f747d696f85869fd837ab0e7806c4 100644 --- a/src/components/StandardFormRow/index.less +++ b/src/components/StandardFormRow/index.less @@ -13,7 +13,8 @@ color: @text-color; margin-right: 0; } - .ant-form-item-label { + .ant-form-item-label, + .ant-form-item-control { padding: 0; line-height: 32px; } diff --git a/src/routes/List/Articles.js b/src/routes/List/Articles.js index 3103ab01a6f87ca6eec735031ec00521927121da..91fe895df04d74ca6df299f218b461ee142d3f59 100644 --- a/src/routes/List/Articles.js +++ b/src/routes/List/Articles.js @@ -171,26 +171,21 @@ export default class SearchList extends Component {