5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-05-22 e74a7c7afc56cf229058091fe2ae143cf0bdb3ca
src/components/constract/DeliveryContract/position.vue
@@ -189,12 +189,12 @@
                /></el-icon>
              </div>
              <div class="no-login" v-if="!existToken">
                <span style="color: #1d91ff" @click="$router.push('/login')">{{
                <span style="color: #f7b328" @click="$router.push('/login')">{{
                  $t("message.home.denglu")
                }}</span>
                <span style="margin: 0 4px">{{ $t("message.home.or") }}</span>
                <span
                  style="margin: 0 4px; color: #1d91ff"
                  style="margin: 0 4px; color: #f7b328"
                  @click="$router.push('/register')"
                  >{{ $t("message.home.lijizhuce") }}</span
                >
@@ -463,8 +463,8 @@
}
.position-tab-active {
  color: #1d91ff !important;
  border-bottom: 2px solid #1d91ff !important;
  color: #f7b328 !important;
  border-bottom: 2px solid #f7b328 !important;
  font-weight: 600;
}