10.10综合交易所原始源码_移动端
admin
2026-01-06 42faef34194c466f03e29d75a63ae502e4213044
src/views/optional/index.vue
@@ -56,8 +56,7 @@
                    <m-echarts :dataObj="item" :ratio="item.change_ratio" :index="item.symbol" />
                  </div>
                  <div class="flex-r-item data-box">
                    <div class="data-item" :class="[item.change_ratio < 0 ? 'bg-red' : 'bg-green']">{{ item.close }}
                    </div>
                    <div class="data-item" :class="[item.change_ratio < 0 ? 'bg-red' : 'bg-green']">{{ item.close }}</div>
                    <p class="value" :class="[item.change_ratio < 0 ? 'color-red' : 'color-green']">
                      {{ item.change_ratio < 0 ? item.net_change : '+' + item.net_change }} &nbsp; {{ item.change_ratio
                        }}%</p>
@@ -144,9 +143,6 @@
import { HOST_URL } from '@/config'
import { themeStore } from '@/store/theme';
const thStore = themeStore()
console.log("dddddd", HOST_URL);
const { t } = useI18n()
const router = useRouter()
@@ -449,12 +445,7 @@
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      height: 28px;
      color: $mainTextColor;
      width: 75vw;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .icon-group {