Handy_Cao 1 rok pred
rodič
commit
93c9b25d95

+ 0 - 32
src/packages/pc/components/modules/quote/forex/index.css

@@ -1,32 +0,0 @@
-.app-quote-forex {
-  display: flex;
-  flex-direction: column;
-  color: #ACB8C0;
-}
-.app-quote-forex ul {
-  flex: 1;
-  display: flex;
-  flex-direction: column;
-  justify-content: space-evenly;
-}
-.app-quote-forex ul + ul {
-  border-top: 1px solid #333;
-}
-.app-quote-forex ul li {
-  display: flex;
-  font-size: 12px;
-  text-align: center;
-  padding: 3px 5px;
-}
-.app-quote-forex ul li.is-active {
-  background-color: #262d33;
-}
-.app-quote-forex ul li span {
-  flex: 1;
-}
-.app-quote-forex ul li span:first-child {
-  text-align: left;
-}
-.app-quote-forex ul li span:last-child {
-  text-align: right;
-}

+ 2 - 2
src/packages/pc/components/modules/quote/price/index.vue

@@ -10,9 +10,9 @@
                     <span :class="quote.lastColor">{{ handleNumberValue(quote.last.toFixed(quote.decimalplace)) }}</span>
                 </div>
                 <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>{{ ' / ' }}</span>
+                    <span :class="quote.bidColor">{{ handleNumberValue(quote.bid.toFixed(quote.decimalplace)) }}</span>
                 </div>
                 <div class="block-bottom-right">
                     <span :class="quote.lastColor">{{ quote.rise.toFixed(quote.decimalplace) }}</span>