diff --git a/web/src/views/ClusterView.vue b/web/src/views/ClusterView.vue
index 485496a0a9ff1403ea2b884b786b5643c8db9abf..b27eb98672584a8a1ef0621a4c268bbe84dd64b6 100755
--- a/web/src/views/ClusterView.vue
+++ b/web/src/views/ClusterView.vue
@@ -43,7 +43,7 @@
+ :style="{ 'width': '285px', 'height': '30px', 'margin-right': '8px', 'border-radius': '10px', 'border': '1px groove rgb(223, 210, 210)' }">
@@ -251,15 +251,19 @@ const SizeAutoChange = (i: string, isChart?: boolean) => {
.drawer_head_div {
width: 100%;
- height: 20%;
+ height: 200px;
+ margin-top: 35px;
display: absolute;
border-bottom: 1px solid rgb(181, 177, 177);
+
+ /* border: 1px groove rgb(195, 184, 184);
+ border-radius: 10px; */
}
.drawer_body_div {
width: 100%;
- height: 80%;
+ /* height: 80%; */
display: relative;
}