fix: 防火墙空状态页面样式优化 (#625)

This commit is contained in:
ssongliu
2023-04-14 15:08:51 +08:00
committed by GitHub
parent 975663f0ff
commit 4c8fc1defa
7 changed files with 254 additions and 189 deletions

View File

@@ -161,27 +161,3 @@ onMounted(() => {
onCheck();
});
</script>
<style lang="scss">
.app-warn {
text-align: center;
margin-top: 100px;
span:first-child {
color: #bbbfc4;
}
span:nth-child(2) {
color: $primary-color;
cursor: pointer;
}
span:nth-child(2):hover {
color: #74a4f3;
}
img {
width: 300px;
height: 300px;
}
}
</style>