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 },