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)); + } }