From d959bcd26cd959d4c845b52cafcc085f955cb429 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 24 Sep 2024 11:40:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=90=E5=9B=A2=E9=98=9F=E6=88=90?= =?UTF-8?q?=E5=91=98=E3=80=91=E5=B7=A6=E4=BE=A7=E5=86=85=E5=AE=B9=E8=B6=85?= =?UTF-8?q?=E5=87=BA=E9=97=AE=E9=A2=98=E4=BC=98=E5=8C=96(#1199)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/team/index.vue | 65 +++++++++++++++++++++---------------- 1 file changed, 37 insertions(+), 28 deletions(-) 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 /> - - - +
+ + + + + +
@@ -255,6 +261,9 @@ onMounted(() => { right: 24px; } } + .list-height-left { + height: calc(var(--create-dataset-height) - 60px); + } &__tabs { margin-top: 10px;