Skip to content

Commit f1fe5f2

Browse files
SkyBird233MingcongBai
authored andcommitted
fix(crowdsourcing): fix a padding bug
1 parent 4f54b67 commit f1fe5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/crowdsourcing/CrowdsourcingIndex.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const catalog = Object.entries(csArticleTitles).map(([path, title]) => {
3838
</div>
3939

4040
<category-second title="补充条例" />
41-
<ul class="list-disc py-6 pl-16">
41+
<ul class="list-disc py-6 px-16">
4242
<li>
4343
资金及物品捐赠必须用于具体社区项目(例:为 AOSC OS
4444
移植构建或升级构建用服务器)。

0 commit comments

Comments
 (0)