调整综合监控数据,调整系统右键菜单样式

This commit is contained in:
zyy 2020-06-15 17:16:26 +08:00
parent 0f33f9d876
commit 28cc15fd10
8 changed files with 71 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -253,3 +253,13 @@ export default {
} }
}; };
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped>
/deep/ {
.menu-item{
background: #f1ecec;
.pop-menu {
background: #5F9EA0;
}
}
}
</style>

View File

@ -133,3 +133,13 @@ export default {
} }
}; };
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped>
/deep/ {
.menu-item{
background: #f1ecec;
.pop-menu {
background: #5F9EA0;
}
}
}
</style>

View File

@ -283,3 +283,13 @@ export default {
} }
}; };
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped>
/deep/ {
.menu-item{
background: #f1ecec;
.pop-menu {
background: #5F9EA0;
}
}
}
</style>

View File

@ -118,3 +118,13 @@ export default {
} }
}; };
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped>
/deep/ {
.menu-item{
background: #f1ecec;
.pop-menu {
background: #5F9EA0;
}
}
}
</style>

View File

@ -133,3 +133,13 @@ export default {
} }
}; };
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped>
/deep/ {
.menu-item{
background: #f1ecec;
.pop-menu {
background: #5F9EA0;
}
}
}
</style>

View File

@ -312,3 +312,13 @@ export default {
} }
}; };
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped>
/deep/ {
.menu-item{
background: #f1ecec;
.pop-menu {
background: #5F9EA0;
}
}
}
</style>

View File

@ -85,3 +85,13 @@ export default {
} }
}; };
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped>
/deep/ {
.menu-item{
background: #f1ecec;
.pop-menu {
background: #5F9EA0;
}
}
}
</style>