文档更改Home
由 Yang Sheng 于 2025-02-42,18:57 最后修改
摘要
-
页面属性 (1 修改, 0 新增, 0 删除)
细节
- 页面属性
-
- 内容
-
... ... @@ -10,8 +10,23 @@ 10 10 11 11 == == 12 12 13 +{{html clean="false" wiki="false"}} 14 +<style> 15 + #mySpecificContainer .recent-updates h4 { 16 + margin: 5px 0 !important; 17 + padding: 0 !important; 18 + } 19 + #mySpecificContainer .recent-updates ul { 20 + margin: 5px 0 !important; 21 + padding-left: 20px !important; 22 + } 23 + #mySpecificContainer .recent-updates ul li { 24 + margin: 3px 0 !important; 25 + } 26 +</style> 27 +<div id="mySpecificContainer" class="recent-updates"> 28 +{{/html}} 13 13 14 - 15 15 (% class="col-xs-12 col-sm-6" %) 16 16 ((( 17 17 === 近期更新 === ... ... @@ -24,6 +24,22 @@ 24 24 #set($ignoreTitles = ["页面管理", "脚本&自动化"]) 25 25 26 26 {{html clean="false" wiki="false"}} 42 +<style> 43 + .recent-updates h4 { 44 + margin: 5px 0 !important; /* 强制覆盖其他样式 */ 45 + padding: 0 !important; 46 + } 47 + .recent-updates h2 { 48 + margin-bottom: 5px !important; /* 减少与下一个元素间的间距 */ 49 + } 50 + .recent-updates ul { 51 + margin: 5px 0 !important; /* 控制列表的上下间距 */ 52 + padding-left: 20px !important; /* 确保列表有适当的缩进 */ 53 + } 54 + .recent-updates ul li { 55 + margin: 3px 0 !important; /* 控制列表项的上下间距 */ 56 + } 57 +</style> 27 27 <div class="recent-updates"> 28 28 {{/html}} 29 29 ... ... @@ -74,17 +74,13 @@ 74 74 {{/html}} 75 75 76 76 {{/velocity}} 77 - 78 78 ))) 79 79 80 80 81 - 82 82 83 83 84 84 85 85 86 - 87 - 88 88 (% class="col-xs-12 col-sm-6" %) 89 89 ((( 90 90 === 相关链接 ===