From 2ef086d9d076fb2b59c5b71451e04b836fe37317 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 28 May 2025 11:29:22 +0800
Subject: [PATCH] feat:css调整

---
 src/views/authority/datascope.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/views/authority/datascope.vue b/src/views/authority/datascope.vue
index 14d0b9a..0389f4e 100644
--- a/src/views/authority/datascope.vue
+++ b/src/views/authority/datascope.vue
@@ -34,7 +34,7 @@
         </el-button>
       </template>
       <template #name="{ row }">
-        <i :class="row.source" style="margin-right: 5px" />
+        <i :class="row.source" class="namei"  />
         <span>{{ row.name }}</span>
       </template>
       <template #source="{ row }">
@@ -762,3 +762,8 @@
   },
 };
 </script>
+<style scoped>
+.namei {
+  margin-right: 5px;
+}
+</style>
\ No newline at end of file

--
Gitblit v1.9.3