Files
coinbus/yq/src/views/lossEth/index.vue
2026-01-16 10:32:27 +08:00

38 lines
904 B
Vue
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div v-loading="lossEthLoading">
<!-- 公式 -->
<el-row type="flex" justify="center">
<p style="font-weight:550;color:rgba(0,0,0,0.6)">Address in Loss = total address where Price Price_ created</p>
</el-row>
<!-- 对数线性显示切换 -->
<!-- <el-row class="switch">
<el-col>
<el-button @click="handelLineSwitch"
style="margin-left:100px;height:35px;border-radius:6px;"
>{{ $t(`home.switch`)
}}<span class="according"> {{ $t(switch3) }}</span></el-button
>
</el-col>
</el-row> -->
<el-row>
<el-col :span="24">
<div
id="lossEthBox"
style="width: 100%; min-height: 700px"
></div>
</el-col>
</el-row>
</div>
</template>
<script>
import IndexJs from "../lossEth/index"
export default {
mixins:[IndexJs]
}
</script>
<style>
</style>