Sfoglia il codice sorgente

'去除火状态,删除背景颜色,初始倍率调整'

dezhou-v2
gtz217 10 mesi fa
parent
commit
266ac9ee2e
7 ha cambiato i file con 10 aggiunte e 10 eliminazioni
  1. BIN
      dist.rar
  2. +1
    -1
      src/components/groups/monitor2.vue
  3. +2
    -2
      src/components/layout/Main.vue
  4. +4
    -4
      src/views/HomeView.vue
  5. +1
    -1
      src/views/LeftSide.vue
  6. +1
    -1
      src/views/MainContent.vue
  7. +1
    -1
      src/views/RightSide.vue

BIN
dist.rar Vedi File


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

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

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


+ 2
- 2
src/components/layout/Main.vue Vedi File

@@ -59,7 +59,7 @@

<div
class="video-bottom--wrapper"
v-show="1 || fireDirection === '北火'"
v-show="fireDirection === '北火'"
style=""
>
<video
@@ -77,7 +77,7 @@

<div
class="video-top--wrapper"
v-show="1 || fireDirection === '南火'"
v-show="fireDirection === '南火'"
style=""
>
<video


+ 4
- 4
src/views/HomeView.vue Vedi File

@@ -47,7 +47,7 @@ export default {
styles() {
let v = (this.value / 100).toFixed(2);
return {
transform: `scale(${v * 24 / 33}, ${v})`,
transform: `scale(${v * 24 * 8 / 33}, ${v * 8})`,
transformOrigin: "top left",
};
},
@@ -107,7 +107,7 @@ export default {
left: 0;
width: 100%;
height: 100%;
background: #c9cce577;
// background: #c9cce577;
// background: url(../assets/bg.png) center/cover no-repeat;
}

@@ -121,7 +121,7 @@ export default {

.center-top {
height: 2168px;
background: #0b58ff33;
// background: #0b58ff33;
display: flex;
}

@@ -163,7 +163,7 @@ export default {
}

.screen-container {
background: #09df2233;
// background: #09df2233;
display: inline-block;
width: 3854px;
height: 2168px;


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

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

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


+ 1
- 1
src/views/MainContent.vue Vedi File

@@ -26,7 +26,7 @@ export default {
.main-content {
width: 1px;
flex: 1;
background: #f001;
/* background: #f001; */
display: flex;
flex-direction: column;
}

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

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

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


Caricamento…
Annulla
Salva