Commit 1c8fe06f authored by 罗新东's avatar 罗新东

隐患整改

parent 849a7514
Pipeline #7272 passed with stage
in 10 seconds
...@@ -228,4 +228,7 @@ export default { ...@@ -228,4 +228,7 @@ export default {
} }
} }
} }
/deep/.van-tab__pane{
min-height: 8rem;
}
</style> </style>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
position: fixed; position: fixed;
top: 30%; top: 30%;
" "
v-if="isHaveNews" v-if="messageList.length==0"
> >
暂无数据 暂无数据
</div> </div>
......
...@@ -50,9 +50,9 @@ ...@@ -50,9 +50,9 @@
}}</van-col> }}</van-col>
</van-row> </van-row>
<!-- <van-row gutter=""> <!-- <van-row gutter="">
<van-col span="6">发现时间:</van-col> <van-col span="6">发现时间:</van-col>
<van-col span="18">{{ item.hdDiscoveryTime }}</van-col> <van-col span="18">{{ item.hdDiscoveryTime }}</van-col>
</van-row> --> </van-row> -->
<van-row gutter=""> <van-row gutter="">
<van-col span="6">适用范围:</van-col> <van-col span="6">适用范围:</van-col>
<van-col span="18">{{ item.hdRange }}</van-col> <van-col span="18">{{ item.hdRange }}</van-col>
...@@ -253,4 +253,7 @@ export default { ...@@ -253,4 +253,7 @@ export default {
} }
} }
} }
/deep/.van-tab__pane{
min-height: 8rem;
}
</style> </style>
...@@ -223,4 +223,7 @@ export default { ...@@ -223,4 +223,7 @@ export default {
} }
} }
} }
/deep/.van-tab__pane{
min-height: 8rem;
}
</style> </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