From c2bffb934e05b41e403d627e8ff0348d2401f990 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 15 Aug 2024 10:09:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=BB=9A=E5=8A=A8=E6=9D=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/template/index.vue | 60 +++++++++++++++++++-------------- 1 file changed, 35 insertions(+), 25 deletions(-) diff --git a/ui/src/views/template/index.vue b/ui/src/views/template/index.vue index b2a3bc416..54eb03700 100644 --- a/ui/src/views/template/index.vue +++ b/ui/src/views/template/index.vue @@ -3,31 +3,38 @@

供应商

- - - - - +
+ + + + + +
@@ -166,5 +173,8 @@ onMounted(() => { .model-list-height { height: calc(var(--create-dataset-height) - 70px); } + .model-list-height-left { + height: calc(var(--create-dataset-height)); + } }