lxf
2025-04-20 cb9c122b61cb9d0ff1071e4b52f1485119775683
feat: all in
2 files modified
12 ■■■■■ changed files
.gitignore 2 ●●● patch | view | raw | blame | history
src/components/perpetual-open/index.vue 10 ●●●●● patch | view | raw | blame | history
.gitignore
@@ -1,7 +1,7 @@
.DS_Store
node_modules
/dist
.zip
# local env files
.env.local
.env.*.local
src/components/perpetual-open/index.vue
@@ -246,6 +246,16 @@
              </div>
            </div>
          </template>
          <div class="" style="margin-top: 0.8rem">
            <button
              class="tabBtn border-none rounded"
              style="padding: 0 0.6rem"
              @click="form.amount = initFutrue.amount | nan"
            >
              {{ $t("全仓") }}
            </button>
          </div>
          <div
            class="flex font-24 text-grey justify-between mt-32"
            v-if="selectIndex == 2"