fix: 取消页内scoped样式(完成)

This commit is contained in:
likexuan
2023-04-03 16:48:30 +08:00
parent d463ae38f1
commit f1c7a6906e
21 changed files with 268 additions and 299 deletions

View File

@@ -191,17 +191,3 @@ export default {
}
}
</script>
<style scoped>
.colorEF7458{
color: #EF7458;
}
.color23BF9A{
color: #23BF9A;
}
.color969dea{
color: #969dea;
}
.endpoint-num, .alert-num{
cursor: pointer;
}
</style>