提交 ba4023d7 authored 作者: lihuihui's avatar lihuihui

修改样式

上级 5ceb6f38
......@@ -11,10 +11,10 @@
<template v-for="(item, index) in dataList">
<li :key="index">
<div>{{ item.project_name }}</div>
<div>{{ item.app_count }}</div>
<div>{{ item.app_cost }}</div>
<div>{{ item.apply_count }}</div>
<div>{{ item.conversion_rate }}</div>
<div><span>{{ item.app_count }}</span></div>
<div><span>{{ item.app_cost }}</span></div>
<div><span>{{ item.apply_count }}</span></div>
<div><span>{{ item.conversion_rate }}</span></div>
</li>
</template>
</ul>
......@@ -105,7 +105,16 @@ export default {
color: #fff;
text-align: center;
font-size: 16px;
span{
width: 40%;
display: block;
margin: 0 auto;
text-align: right;
}
}
}
}
.text-r{
text-align: right !important;
}
</style>
......@@ -142,6 +142,9 @@ export default {
setInterval(() => {
this.time = this.getCurrentTime()
}, 1000)
setInterval(() => {
this.$router.go(0)
}, 5 * 60 * 1000)
},
methods: {
getCurrentTime() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论