diff --git a/ui/src/views/template/index.vue b/ui/src/views/template/index.vue index 9fa287423..54eb03700 100644 --- a/ui/src/views/template/index.vue +++ b/ui/src/views/template/index.vue @@ -3,29 +3,38 @@

供应商

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