-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
-
diff --git a/frontend/src/views/home/components/timeTest.vue b/frontend/src/views/home/components/timeTest.vue
index 709ce3e..1cc2daa 100644
--- a/frontend/src/views/home/components/timeTest.vue
+++ b/frontend/src/views/home/components/timeTest.vue
@@ -224,8 +224,9 @@ watch(ts, function (newValue, oldValue) {
display: flex;
flex-direction: row; /* 横向排列 */
- margin-top: 20px;
- min-height: 300px;
+ /* margin-top: 20px; */
+ /* min-height: 300px; */
+ height: 472px;
/* .dialog-left{
margin-right: 20px;
} */
diff --git a/frontend/src/views/home/tabs/dashboard.vue b/frontend/src/views/home/tabs/dashboard.vue
index 5ea7397..470f4bd 100644
--- a/frontend/src/views/home/tabs/dashboard.vue
+++ b/frontend/src/views/home/tabs/dashboard.vue
@@ -353,9 +353,9 @@ const resizeObserver = new ResizeObserver(entries => {
chartsWidth.value = entry.contentRect.width;
console.log('Charts Info Width:', chartsWidth.value);
- pieRef1.value.reSize(chartsWidth.value * 0.95,145,true);
- pieRef2.value.reSize(chartsWidth.value * 0.95,145,true);
- pieRef3.value.reSize(chartsWidth.value * 0.95,145,true);
+ pieRef1.value.reSize(chartsWidth.value * 0.95,180,true);
+ pieRef2.value.reSize(chartsWidth.value * 0.95,180,true);
+ pieRef3.value.reSize(chartsWidth.value * 0.95,180,true);
}
});
@@ -631,4 +631,12 @@ onUnmounted(() => {
}
}
}
+:deep(.el-collapse-item__conten){
+ // background-color:#f6f6f6;
+ padding-bottom: 0px !important;
+}
+:deep(.el-collapse-item__content ){
+ // background-color:#f6f6f6;
+ padding-bottom: 0px !important;
+}