HolyKnightIX před 2 roky
rodič
revize
761530540c
3 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. +0
    -1
      .gitignore
  2. binární
      dist.zip
  3. +2
    -2
      src/components/views/shadow.vue

+ 0
- 1
.gitignore Zobrazit soubor

@@ -2,7 +2,6 @@
node_modules
/dist


# local env files
.env.local
.env.*.local


binární
dist.zip Zobrazit soubor


+ 2
- 2
src/components/views/shadow.vue Zobrazit soubor

@@ -2,7 +2,7 @@
<div class="Box" id="top">
<div
class="module_1"
style="position: relative; background-color: #06234a; height: 800px"
style="position: relative; background-color: #7868ca; height: 800px"
>
<video
ref="videoPlayer"
@@ -598,7 +598,7 @@ export default {
}
// background-color: #16e9d6;
video {
background-color: #47aa5a;
background-color: #7868ca;
width: 423px;
height: 540px;
}


Načítá se…
Zrušit
Uložit