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

修改样式

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