交易所前端蓝色ui, 4.5 jiem
lxf
2025-04-18 66a33e936d39ec4db7fdffed5d646e044ccc43e9
src/components/trade-deep-data/index.vue
@@ -7,7 +7,7 @@
            </div>
            <div class="text-right items-end justify-end">
                <div class="">{{ $t('数量') }}</div>
                <div class="mt-5">({{ symbol.toUpperCase() || '--' }})</div>
                <div class="mt-5">({{ symbolname || '--' }})</div>
            </div>
        </div>
        <div v-if="showType == 0 || showType == 1" class="flex justify-between pt-6 pb-6 font-26"
@@ -48,6 +48,10 @@
        symbol: {
            type: String,
        },
      symbolname: {
           type: String,
           default: '--'
      },
        price: {
            type: String
        },