1.2.5原版

This commit is contained in:
anian
2026-03-10 17:17:32 +08:00
commit af82232813
163 changed files with 35269 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!-- 右侧边栏 -->
<div class="main_sidebar uk-width-1-3@m"
th:if="${#strings.contains('mod_third,mod_third_s',theme.config.style.layout_set)}">
<div class="sidebar_right">
<div class="right_admin_tool" uk-sticky="offset: 0">
<th:block th:replace="~{modules/header/header-tool :: header-tool}"></th:block>
</div>
<div class="widget_inner sidebar_right_inner">
<div uk-sticky="offset: 72" class="uk-sticky">
<th:block th:replace="~{modules/widgets/aside :: aside(${theme.config.sidebar.sidebar_right})}"></th:block>
</div>
<div class="uk-sticky-placeholder" hidden="" style="height: 1714.89px; width: 295px; margin: 0px;"></div>
</div>
</div>
</div>