1
PC-20250623MANY\Administrator
2025-08-30 bc3a812e4134c46f2c7f118de0cf7cbee7ef58c2
src/views/home/components/HomeRight.vue
@@ -199,7 +199,7 @@
  },
  created() {
    this.getMoney();
    this.getExchangeRate();
    // this.getExchangeRate();
  },
  methods: {
    changeTab(index) {
@@ -268,14 +268,14 @@
    }
    .position_list {
      background-color: #f7f7f7;
      background-color: #555;
      padding: 10px;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      .position_item {
        background-color: #fff;
        background-color: #777;
        padding: 10px;
        border-radius: 8px;
        display: flex;
@@ -283,7 +283,7 @@
        align-items: center;
        font-size: 12px;
        cursor: pointer;
        border: 1px solid #fff;
        border: 1px solid #eee;
        .total {
          font-size: 16px;
@@ -291,8 +291,8 @@
      }
      .position_item_active {
        border: 1px solid #c4d600;
        background-color: #e6f9ef;
        border: 1px solid #287dff;
        background-color: #444;
      }
      .title {