|
@@ -10,9 +10,9 @@
|
|
|
<span :class="quote.lastColor">{{ handleNumberValue(quote.last.toFixed(quote.decimalplace)) }}</span>
|
|
<span :class="quote.lastColor">{{ handleNumberValue(quote.last.toFixed(quote.decimalplace)) }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="block-bottom-left" v-els>
|
|
<div class="block-bottom-left" v-els>
|
|
|
- <span :class="quote.bidColor">{{ handleNumberValue(quote.bid.toFixed(quote.decimalplace)) }}</span>
|
|
|
|
|
- <span>{{ ' / ' }}</span>
|
|
|
|
|
<span :class="quote.askColor">{{ handleNumberValue(quote.ask.toFixed(quote.decimalplace)) }}</span>
|
|
<span :class="quote.askColor">{{ handleNumberValue(quote.ask.toFixed(quote.decimalplace)) }}</span>
|
|
|
|
|
+ <span>{{ ' / ' }}</span>
|
|
|
|
|
+ <span :class="quote.bidColor">{{ handleNumberValue(quote.bid.toFixed(quote.decimalplace)) }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="block-bottom-right">
|
|
<div class="block-bottom-right">
|
|
|
<span :class="quote.lastColor">{{ quote.rise.toFixed(quote.decimalplace) }}</span>
|
|
<span :class="quote.lastColor">{{ quote.rise.toFixed(quote.decimalplace) }}</span>
|