| | |
| | | {{ $t("劃轉") }} |
| | | </div> |
| | | </el-button> --> |
| | | <el-button |
| | | type="primary" |
| | | class="deposit-btn" |
| | | @click="depositTip" |
| | | > |
| | | <el-button type="primary" class="deposit-btn" @click="depositTip"> |
| | | <div class="flex-center"> |
| | | <img src="@/assets/images/account_rec.png" alt="Deposit" /> |
| | | {{ $t("dep") }} |
| | |
| | | :dialogVisible.sync="positionVisible" |
| | | v-if="positionVisible" |
| | | :type="positionType" |
| | | :moneyData="moneyData" |
| | | @pc="pc" |
| | | ></Position> |
| | | |
| | | <!-- 交易记录弹窗(包括us和mx的) --> |
| | |
| | | message: this.$t("充值提示"), |
| | | type: "warning", |
| | | }); |
| | | }, |
| | | // 持仓列表关闭,打开平仓列表 |
| | | pc() { |
| | | this.positionVisible = false; |
| | | this.tradelogVisible = true; |
| | | }, |
| | | }, |
| | | }; |
| | |
| | | |
| | | .market-section { |
| | | flex: 1; |
| | | background-color: #fff; |
| | | border-radius: 16px; |
| | | overflow: hidden; |
| | | border: 1px solid #777; |