1
李凌
2025-10-09 e4ebf55acd52c163b63be076b8072b4eee3aac7e
src/components/Transform/perpetual-open/index.vue
@@ -257,7 +257,7 @@
                    '%,rgba(246,70,93,.1) 100%)',
                }"> -->
              <div v-if="showType == 0 || showType == 2" class="w-290 flex justify-between pt-1 font-26"
              <div v-show="(showType == 0 || showType == 2) " class="w-290 flex justify-between pt-1 font-26"
                v-for="(item, index) in redData" :key="item + index" @click="onQuickPrice(item.price)" :style="{
                  background:
                    `linear-gradient(to right,${THEME == 'dark' ? '#131A2E' : '#fff'