From 974394f7a0496fa8e37dd326b6f9313e14caa708 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 26 Jun 2025 17:35:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/all_setting_styles' into all_setting_styles
---
src/views/authority/datascope.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/views/authority/datascope.vue b/src/views/authority/datascope.vue
index 14d0b9a..8c096cc 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,9 @@
},
};
</script>
+
+<style scoped lang="scss">
+.namei {
+ margin-right: 5px;
+}
+</style>
\ No newline at end of file
--
Gitblit v1.9.3