diff --git a/ui/src/views/team/index.vue b/ui/src/views/team/index.vue
index 1cee31194..c1e81fd10 100644
--- a/ui/src/views/team/index.vue
+++ b/ui/src/views/team/index.vue
@@ -16,34 +16,40 @@
clearable
/>
-
-
-
-
- {{ row.username }}
- 所有者
-
-
-
-
-
-
-
-
- 移除
-
-
-
-
-
-
-
+
+
+
+
+
+
+ {{ row.username }}
+ 所有者
+
+
+
+
+
+
+
+
+ 移除
+
+
+
+
+
+
+
+
+
@@ -255,6 +261,9 @@ onMounted(() => {
right: 24px;
}
}
+ .list-height-left {
+ height: calc(var(--create-dataset-height) - 60px);
+ }
&__tabs {
margin-top: 10px;