feat: 优化大屏

This commit is contained in:
fyy
2025-08-05 17:07:10 +08:00
parent c847bd29e1
commit 2beb771185
24 changed files with 1671 additions and 1481 deletions

View File

@@ -549,7 +549,6 @@ onBeforeUnmount(() => {
if (timer) {
clearInterval(timer);
}
// 从管理器中移除图表
if (barChartInstance) {
removeChartFromResizeManager(barChartInstance);
@@ -600,11 +599,11 @@ onBeforeUnmount(() => {
justify-content: space-between;
.left {
display: flex;
width: 14.3125rem;
width: 18.3125rem;
.left-first {
padding-left: 2.3125rem;
padding-right: 3.5rem;
font-size: 1.875rem;
width: 10.5rem;
color: #ffffff;
}
.left-second {