Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
马一丁
2025-11-15 20:15:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a5b9b5a670f799ff67298292cf386fddb39cc3fe
a5b9b5a6
1 parent
904df342
Fixed Export Garbled Character Issue
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ReportEngine/renderers/html_renderer.py
ReportEngine/renderers/html_renderer.py
View file @
a5b9b5a
...
...
@@ -241,7 +241,7 @@ class HTMLRenderer:
<div class="header-actions">
<button id="theme-toggle" class="action-btn" type="button">🌗 主题切换</button>
<button id="print-btn" class="action-btn" type="button">🖨️ 打印</button>
<
button id="export-btn" class="action-btn" type="button">⬇️ 导出PDF</button
>
<
!-- <button id="export-btn" class="action-btn" type="button">⬇️ 导出PDF</button> --
>
</div>
</header>
"""
.
strip
()
...
...
Please
register
or
login
to post a comment