src/components/constract/components/orderBookNew.vue
@@ -83,9 +83,7 @@ <li class="order-book-item asks" style="" v-for="(item, index) in orderBookType === 'sell' ? sellList.slice(0, 7) : sellList.slice(0, 7)" v-for="(item, index) in sellList.slice(0, 7)" :key="'a' + index" @click="changeClickData(item)" > @@ -137,9 +135,7 @@ </div> <li class="order-book-item bids" v-for="(item, index) in orderBookType === 'buy' ? buyList.slice(0, 7) : buyList.slice(0, 7)" v-for="(item, index) in buyList.slice(0, 7)" :key="'x' + index" @click="changeClickData(item)" >