1
2026-05-23 07ec4cb565fdc0884129a367ba1b9ab1b9449e3b
1
2 files modified
22 ■■■■ changed files
src/page/user/account.vue 8 ●●●● patch | view | raw | blame | history
src/page/wallet/index.vue 14 ●●●● patch | view | raw | blame | history
src/page/user/account.vue
@@ -76,6 +76,13 @@
            <div class="wic_title">{{ $t("冻结资金") }}</div>
            <div class="wic_money">{{ i.symbol }} {{ i.freezeMoney }}</div>
          </div>
          <div v-if="i.accectType == 'US'">
            <div class="wic_title" style="text-align: end;">IPO {{ $t("待补资金") }}</div>
            <div class="wic_money" style="text-align: end;">
              {{ i.symbol }} {{ i.amountToBeCovered }}
            </div>
          </div>
        </div>
        <div class="wallet_item_but flex-between">
@@ -201,7 +208,6 @@
          ({{ positionData.hkPositionEarningsParent }})
        </div>
      </div> -->
      <!-- <div class="held_item flex-between">
        <div class="item_left flex-start">
src/page/wallet/index.vue
@@ -29,12 +29,12 @@
          <div class="wic_title">{{ $t("冻结资金") }}</div>
          <div class="wic_money">{{ i.symbol }} {{ i.freezeMoney }}</div>
        </div>
        <!-- <div>
        <div v-if="i.accectType == 'US'">
          <div class="wic_title" style="text-align: end;">{{ $t("待补资金") }}</div>
          <div class="wic_money" style="text-align: end;">
            {{ i.symbol }} {{ i.amountToBeCovered }}
          </div>
        </div> -->
        </div>
      </div>
      <div class="wallet_item_but flex-between">
@@ -98,6 +98,7 @@
  padding: 0 0 1.4rem;
  color: #1c202b;
  font-weight: 400;
  .fgx {
    width: 100%;
    height: 0.16em;
@@ -109,41 +110,50 @@
    padding: 0.35em 0.4em;
    border-bottom: #f2f7f7 solid 1px;
    margin: 0 0.25em;
    .wallet_item_but {
      font-weight: 600;
      margin-top: 0.275;
      gap: 0.5em;
      & > div {
        border: 0.01em solid #edf0f7;
        border-radius: 0.5em;
        height: 1em;
        flex: 1;
        width: 0;
        span {
          font-size: 0.35em;
          font-weight: 600;
        }
      }
    }
    .wallet_item_title {
      opacity: 0.7;
      img {
        width: 0.65em;
        height: 0.65em;
        border-radius: 50%;
        margin-right: 0.15em
      }
      span {
        font-size: 0.45em;
      }
    }
    .wallet_item_content {
      padding: 0.425em 0;
      .wic_title {
        font-size: 0.35em;
        margin-bottom: 0.5em;
        font-weight: 600;
      }
      .wic_money {
        font-size: 0.4em;
        font-weight: 600;