diff --git a/src/components/groups/monitor2.vue b/src/components/groups/monitor2.vue index 3aa8819..f97da64 100644 --- a/src/components/groups/monitor2.vue +++ b/src/components/groups/monitor2.vue @@ -24,7 +24,7 @@ export default { @import "../../assets/styles/functions"; section { - // background: rgba(47, 203, 255, 0.225); + background: rgba(47, 203, 255, 0.225); width: 100%; // height: 1178px; height: 1469px; diff --git a/src/views/LeftSide.vue b/src/views/LeftSide.vue index c0fdf73..107dcbd 100644 --- a/src/views/LeftSide.vue +++ b/src/views/LeftSide.vue @@ -19,8 +19,8 @@ export default { // import .left-side { - // background: rgba(243, 54, 145, 0.166); + background: rgba(243, 54, 145, 0.166); height: 4320px; - width: 3840px; + width: 3816px; } diff --git a/src/views/RightSide.vue b/src/views/RightSide.vue index 8209998..621a76c 100644 --- a/src/views/RightSide.vue +++ b/src/views/RightSide.vue @@ -19,8 +19,8 @@ export default { // import .right-side { - // background: rgba(30, 133, 244, 0.292); - height: 4320px; + background: rgba(30, 133, 244, 0.292); + height: 4324px; width: 3840px; }