5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-05-22 e74a7c7afc56cf229058091fe2ae143cf0bdb3ca
src/components/spot/MakeADeal/index.vue
@@ -21,7 +21,7 @@
      <span
        v-if="showSearch"
        @click="cancelSearch"
        style="color: #1d91ff; font-size: 12px; margin: 0 12px; cursor: pointer"
        style="color: #f7b328; font-size: 12px; margin: 0 12px; cursor: pointer"
        >{{ $t("message.jiaoyi.quxiao") }}</span
      >
    </div>
@@ -382,7 +382,7 @@
}
.active {
  color: #1d91ff !important;
  color: #f7b328 !important;
}
.text-right {
@@ -645,12 +645,12 @@
  line-height: 14px;
  background: #243046;
  border-radius: 2px;
  color: #1d91ff;
  color: #f7b328;
  font-size: 12px;
}
.color-red {
  color: #1d91ff;
  color: #f7b328;
}
.empty {
@@ -669,7 +669,7 @@
  align-items: center;
}
.tabactive {
  color: #1d91ff;
  color: #f7b328;
}
.get_select_img {