优化图表大小及描述

This commit is contained in:
2026-04-09 14:37:42 +08:00
parent 4fe45a55e0
commit 74e5bdeaaa
2 changed files with 12 additions and 4 deletions

View File

@@ -46,6 +46,10 @@
height: 100%; height: 100%;
min-height: 0; min-height: 0;
padding: 0 !important; padding: 0 !important;
width: calc(100% + 10px);
margin-left: -5px !important;
margin-right: -5px !important;
margin-bottom: 0 !important;
overflow: hidden !important; overflow: hidden !important;
background: transparent !important; background: transparent !important;
} }

View File

@@ -15,11 +15,11 @@
</div> </div>
<div class="workbench-row"> <div class="workbench-row">
<div class="workbench-col"> <div class="workbench-col">
<ProjectTask /> <ProjectTask />
</div> </div>
<div class="workbench-col"> <div class="workbench-col">
<ContractInfo /> <ContractInfo />
</div> </div>
</div> </div>
</div> </div>
</div> </div>
@@ -55,6 +55,10 @@
height: 100%; height: 100%;
min-height: 0; min-height: 0;
padding: 0 !important; padding: 0 !important;
width: calc(100% + 10px);
margin-left: -5px !important;
margin-right: -5px !important;
margin-bottom: 0 !important;
overflow: hidden !important; overflow: hidden !important;
background: transparent !important; background: transparent !important;
} }
@@ -67,7 +71,7 @@
height: 100%; height: 100%;
min-height: 0; min-height: 0;
margin: 0; margin: 0;
background: rgb(255, 255, 255); background: transparent;
border-radius: @desktop-card-radius; border-radius: @desktop-card-radius;
} }