修复底部上一章下一章的bug
Build and Publish / Run (push) Waiting to run Details

This commit is contained in:
cxykevin 2024-08-12 06:23:30 +08:00
parent a7e4fa1424
commit c866e5f47a
1 changed files with 2 additions and 2 deletions

View File

@ -132,9 +132,9 @@
</script>
{{/unless}}
<div style="height:10em;display:flex;max-width: 78%;margin: auto;margin-top:2em;">
<div id="navcard" style="height:10em;display:flex;max-width: 78%;margin: auto;margin-top:2em;">
{{#previous}}
<mdui-card clickable style="width:49%;height: 100%" href="javascript:void(0);" onclick="nextPage()">
<mdui-card clickable style="width:49%;height: 100%" href="javascript:void(0);" onclick="prevPage()">
<div style="display:flex;font-size:1.2em;margin-top: 10px;margin-left: 4px;">
<mdui-icon name="navigate_before" style="font-size:1.5em;"></mdui-icon> 上一章
</div>