0510航天交易所ui仿制,代码使用的jiem
lxf
2025-07-16 fcb00a66b4053550b473a29d7299c7a4737eea75
src/page/quotes.vue
@@ -294,7 +294,7 @@
    }
    this.tabList[0].text = this.$t("自选");
    this.tabList[1].text = this.$t("现货");
    this.tabList[2].text = this.$t("合约");
    // this.tabList[2].text = this.$t("合约");
  },
  deactivated() {
    this.clearTimeout();
@@ -333,11 +333,11 @@
}
.quotes {
  padding: 24px 0 24px 0;
  /deep/ .van-tab {
  :deep(.van-tab) {
    width: 10rem;
    flex: none;
  }
  /deep/ .van-tab--active {
  :deep(.van-tab--active) {
    min-width: 150px;
    text-align: center;
    padding: 18px 0px;
@@ -350,7 +350,7 @@
      font-size: 38px !important;
    }
  }
  /deep/ .van-tabs__line {
  :deep(.van-tabs__line) {
    background-color: #f7b328 !important;
    width: 5.5rem !important;
  }