lxf
2025-07-04 5ef5f50d09b49795c4cc9ca017294cbb74083cae
src/views/foreign/CoinChart.vue
@@ -125,7 +125,7 @@
        </div>
      </section>
      <van-popup overlay-class="left-modal" v-model:show="showLeftPopup" position="left"
        :style="{ width: '80%', height: '100%', background: '#1F233D' }" round safe-area-inset-top safe-area-inset-bottom>
        :style="{ width: '80%', height: '100%', }" round safe-area-inset-top safe-area-inset-bottom>
        <div class="modal-inner-box">
          <div class="sidebar">
            <div class="flex justify-between">
@@ -386,9 +386,10 @@
  }
  .header {
    position: relative;
    // position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
    .flex-l {
      flex: 1;
@@ -764,7 +765,7 @@
    left: 0;
    right: 0;
    // bottom: 0px;
    background: $black;
    // background: $black;
    height: 70px;
    width: 100%;
    justify-content: center;
@@ -790,6 +791,7 @@
    .flex-r {
      display: flex;
      justify-content: flex-end;
      color:#fff;
      .sell-btn,
      .buy-btn {
@@ -806,7 +808,7 @@
      }
      .buy-btn {
        background: #5BB989;
        background: #3a7ff6;
        margin-right: 20px;
      }
    }