Commit 8179193d authored by zhangyichen's avatar zhangyichen

去除冗余代码

parent 5f115bd9
......@@ -6,7 +6,7 @@
<div @click="getUserInfo()" class="tip-block">
<img src="~@/assets/images/source-deleted.png" alt="">
<span>
{{ '连接失败,请退出重试'}}
{{'连接失败,请退出重试'}}
</span>
</div>
</nav-bar-view>
......@@ -38,12 +38,6 @@ export default {
}
</script>
<style lang="less" scoped>
.sign-class-name{
font-weight:544 ;
font: 16px MicrosoftYaHei;
color: #999999;
margin-top: 37.5px;
}
.tip-block {
margin-top: 50%;
img {
......@@ -65,13 +59,4 @@ export default {
}
</style>
<style scoped>
.status-text{
font-size: 18px;
margin-top: 32px;
}
.fail-color{
color: #333333;
font-weight: bold;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment