代码推送
This commit is contained in:
39
yq/src/views/profitEth/index.vue
Normal file
39
yq/src/views/profitEth/index.vue
Normal file
@@ -0,0 +1,39 @@
|
||||
<template>
|
||||
<div v-loading="profitEthLoading">
|
||||
<!-- 公式 -->
|
||||
|
||||
<el-row type="flex" justify="center">
|
||||
<p style="font-weight:550;color:rgba(0,0,0,0.6)">Address in Profit = 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="profitEthBox"
|
||||
style="width: 100%; min-height: 700px"
|
||||
></div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import IndexJs from "../profitEth/index"
|
||||
export default {
|
||||
mixins:[IndexJs]
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user