mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-15 00:29:12 +08:00
b6bd4c18b4
* chore(deps): update dependency stylelint to v14 * Update package.json * fix some stylelint * fix some stylelint * fix some stylelint errors * fix some stylelint errors * fix some stylelint errors * fix some stylelint errors * fix some stylelint errors Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: afc163 <afc163@gmail.com>
48 lines
596 B
Plaintext
48 lines
596 B
Plaintext
@import (reference) '../index.less';
|
|
|
|
#articles {
|
|
h4 {
|
|
margin: 40px 0 24px;
|
|
font-weight: 500;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.ant-skeleton {
|
|
h3 {
|
|
margin: 0;
|
|
}
|
|
|
|
ul li {
|
|
display: block;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
.ant-tabs-nav::before {
|
|
display: none;
|
|
}
|
|
|
|
.article-list {
|
|
li {
|
|
margin: 1em 0;
|
|
padding: 0;
|
|
font-size: 14px;
|
|
list-style: none;
|
|
}
|
|
|
|
.ant-avatar > img {
|
|
max-width: unset;
|
|
}
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
|
|
td {
|
|
width: 50%;
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
}
|