优化图表大小及描述

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

@@ -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;
} }