From e74a7c7afc56cf229058091fe2ae143cf0bdb3ca Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Thu, 22 May 2025 15:03:27 +0800
Subject: [PATCH] style

---
 src/components/spot/SpotPosition/ItemDropdown.vue |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/src/components/spot/SpotPosition/ItemDropdown.vue b/src/components/spot/SpotPosition/ItemDropdown.vue
index 7c88c35..a708629 100644
--- a/src/components/spot/SpotPosition/ItemDropdown.vue
+++ b/src/components/spot/SpotPosition/ItemDropdown.vue
@@ -6,10 +6,8 @@
         <i class="el-icon-caret-bottom"></i>
       </div>
       <el-dropdown-menu slot="dropdown" class="item-dropdown-wrapper">
-        <el-dropdown-item
-            v-for="(item, index) in list"
-            :key="index"
-        >{{ item }}
+        <el-dropdown-item v-for="(item, index) in list" :key="index"
+          >{{ item }}
         </el-dropdown-item>
       </el-dropdown-menu>
     </el-dropdown>
@@ -19,8 +17,8 @@
 <script>
 export default {
   name: "ItemDropdown",
-  props: ['title', 'list']
-}
+  props: ["title", "list"],
+};
 </script>
 
 <style scoped>
@@ -35,15 +33,13 @@
 
 .right-wrapper span {
   margin-right: 6px;
-  color: #1D91FF;
+  color: #f7b328;
 }
 
 ::v-deep .el-dropdown-menu__item {
   font-size: 12px;
-  color: #B7BDC6;
+  color: #b7bdc6;
 }
 </style>
 
-<style>
-
-</style>
\ No newline at end of file
+<style></style>

--
Gitblit v1.9.3