你好
我想在帖子旁边显示我的帖子作者,而不是最后发帖人。
请帮帮我。
你好 @yekta
恐怕这是 Air 主题的设计,如果不编写额外的代码,您将无法更改它。
以下代码可供参考:
.full-width .contents .topic-list .topic-list-body .topic-list-item .topic-list-data.posters a:not(.latest) {
display: unset;
}
.full-width .contents .topic-list .topic-list-body .topic-list-item .topic-list-data.posters a:not(:first-child) {
display: none;
}
.full-width .contents .topic-list .topic-list-body .topic-list-item .topic-list-data.posters a:first-child {
margin-left: 5px;
}
非常感谢!完美运行。
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.