From fd40d74bbc63e6be5e4145c330576af6df9ac5f2 Mon Sep 17 00:00:00 2001 From: liudong <liudong> Date: 星期五, 09 八月 2024 16:55:40 +0800 Subject: [PATCH] 智能体管理的bug修改 --- src/views/dmx/model/index.vue | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/views/dmx/model/index.vue b/src/views/dmx/model/index.vue index 06aeb11..c1658fd 100644 --- a/src/views/dmx/model/index.vue +++ b/src/views/dmx/model/index.vue @@ -125,11 +125,7 @@ </div> --> <div> <!-- <addModel></addModel> --> - <a-button - type="primary" - :loading="loading" - @click="handleAddModel" - > + <a-button type="primary" @click="handleAddModel"> <template #icon> <icon-plus /> </template> @@ -357,6 +353,7 @@ font-size: 14px; } } + :deep(.arco-list-col) { display: flex; flex-direction: row; -- Gitblit v1.8.0