feat: 优化大屏
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user