XIGUASSR
2022-11-12 f0eb59f59aadf58e74598d58061ca47460423a32
最新
1 files modified
63 ■■■■■ changed files
src/page/transfer/index.vue 63 ●●●●● patch | view | raw | blame | history
src/page/transfer/index.vue
@@ -5,10 +5,13 @@
        <img src="../../assets/img/zuojiantou.png" alt="">
      </div>
      <div class="header_titles">
      </div>
    </div>
    <div class="bars">
      <div>
        <span>{{ '资金划转' }}</span>
      </div>
    </div>
    <div class="bars"></div>
    <mt-navbar v-model="selected">
      <mt-tab-item v-if="this.$store.state.settingForm.indexDisplay" id="1">融资转指数</mt-tab-item>
      <mt-tab-item v-if="this.$store.state.settingForm.indexDisplay" id="2">指数转融资</mt-tab-item>
@@ -204,9 +207,60 @@
      }
    }
  }
  .form-block {
    width: 100%;
    height: 1.5rem;
    margin-top: .3rem;
  }
  /deep/ .mint-field-other {
    padding-right: .3rem;
  }
  /deep/ .mint-cell-wrapper {
    height: 100%;
    border: none;
    background: rgb(245, 245, 245);
    border-radius: .15rem;
  }
  .is-selected {
    background: rgb(245, 245, 245) !important;
    border-radius: .15rem;
  }
  .mint-navbar {
    padding: 0 .3rem;
  }
  .btnbox {
    width: 94%;
    margin-top: .1rem;
  }
  .loginout {
    height: 1.2rem !important;
    line-height: 1.2rem !important;
  }
  .int-cell {
    width: 100%;
    height: 100%;
  }
  a {
    width: 100%;
    height: 100%;
    .mint-cell-wrapper {
      width: 100%;
      height: 100%;
    }
  }
  .bars {
    width: 100%;
    height: 1.7rem;
    height: 6rem;
    display: flex;
    padding: 0 .3rem;
    align-items: flex-end;
    >div {
      margin-bottom: 1.2rem;
      font-size: .65rem;
      span {
        font-weight: 600;
      }
    }
  }
  .mint-cell.mint-field{
    background: #fff !important;
@@ -223,4 +277,9 @@
    border: none;
    border-radius: .1rem;
  }
  .wrapper {
    width: 100%;
    height: 100%;
    background: #fff;
  }
</style>