1
李凌
2025-09-18 84bc6a893302f3873d876094519e89f0ad68db87
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'