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-12-13 20:10:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5462e5b58a029c09b71c366d8d16be096cdad0c6
5462e5b5
1 parent
7855bd34
Simplify the actions block
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
ReportEngine/renderers/pdf_layout_optimizer.py
ReportEngine/renderers/pdf_layout_optimizer.py
View file @
5462e5b
...
...
@@ -828,6 +828,7 @@ class PDFLayoutOptimizer:
cursor: default !important;
-webkit-appearance: none !important;
appearance: none !important;
outline: none !important;
word-break: break-word !important;
max-width: 100
%
!important;
box-sizing: border-box !important;
...
...
@@ -1299,6 +1300,10 @@ td {{
display: inline-flex !important;
align-items: center;
justify-content: flex-start;
outline: none !important;
-webkit-appearance: none !important;
appearance: none !important;
box-shadow: none !important;
}}
/* 防止标题孤行 */
...
...
Please
register
or
login
to post a comment