5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-05-22 e74a7c7afc56cf229058091fe2ae143cf0bdb3ca
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>
<style></style>