From 1928ad7e58a5b9d1ade38c14b9d7d3b8a1d9fff2 Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Sun, 20 Jul 2025 21:07:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/databaseLibary/components/card.vue | 19 +++++++++++-------- src/views/databaseLibary/components/list.vue | 8 ++++---- src/views/databaseLibary/index.vue | 17 +++++++++++++++++ 3 files changed, 32 insertions(+), 12 deletions(-) diff --git a/src/views/databaseLibary/components/card.vue b/src/views/databaseLibary/components/card.vue index 4985fc9..12bab90 100644 --- a/src/views/databaseLibary/components/card.vue +++ b/src/views/databaseLibary/components/card.vue @@ -9,11 +9,11 @@ -
+
-
+
@@ -29,11 +29,13 @@
-
+
加载更多…
+ +
@@ -131,13 +133,14 @@ defineExpose({ .organization-container { background: #ffffff; border-radius: 6px; + } .organization-list { display: flex; flex-wrap: wrap; gap: 20px; - margin: 20px; + padding: 20px; } .organization-item { diff --git a/src/views/databaseLibary/components/list.vue b/src/views/databaseLibary/components/list.vue index 5eb8ee0..8988ab4 100644 --- a/src/views/databaseLibary/components/list.vue +++ b/src/views/databaseLibary/components/list.vue @@ -19,7 +19,7 @@