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 @@