Sfoglia il codice sorgente

update v2

dezhou-v2
lb 10 mesi fa
parent
commit
6e17cc51d1
3 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. +1
    -1
      src/components/groups/monitor2.vue
  2. +2
    -2
      src/views/LeftSide.vue
  3. +2
    -2
      src/views/RightSide.vue

+ 1
- 1
src/components/groups/monitor2.vue Vedi File

@@ -24,7 +24,7 @@ export default {
@import "../../assets/styles/functions"; @import "../../assets/styles/functions";


section { section {
// background: rgba(47, 203, 255, 0.225);
background: rgba(47, 203, 255, 0.225);
width: 100%; width: 100%;
// height: 1178px; // height: 1178px;
height: 1469px; height: 1469px;


+ 2
- 2
src/views/LeftSide.vue Vedi File

@@ -19,8 +19,8 @@ export default {
// import // import


.left-side { .left-side {
// background: rgba(243, 54, 145, 0.166);
background: rgba(243, 54, 145, 0.166);
height: 4320px; height: 4320px;
width: 3840px;
width: 3816px;
} }
</style> </style>

+ 2
- 2
src/views/RightSide.vue Vedi File

@@ -19,8 +19,8 @@ export default {
// import // import


.right-side { .right-side {
// background: rgba(30, 133, 244, 0.292);
height: 4320px;
background: rgba(30, 133, 244, 0.292);
height: 4324px;
width: 3840px; width: 3840px;
} }
</style> </style>

Caricamento…
Annulla
Salva