diff options
| author | 2024-09-10 02:53:46 +0800 | |
|---|---|---|
| committer | 2024-09-10 02:53:46 +0800 | |
| commit | 96bcab1d19d4e5b537437744cf1a4773a67d2e7c (patch) | |
| tree | 63eb01728b6717cfc3069bb5520805acec0e4d4e | |
| parent | b41d6ea8223f74789f20aec5cc40a68cb27db758 (diff) | |
| download | HydroRollSite-async-request.tar.gz HydroRollSite-async-request.zip | |
style: solve IDE warningasync-request
| -rw-r--r-- | src/views/index/index.vue | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/views/index/index.vue b/src/views/index/index.vue index 003f752..782a393 100644 --- a/src/views/index/index.vue +++ b/src/views/index/index.vue @@ -20,9 +20,9 @@ export default { <template> <header> - <img src="@/assets/Hydroroll-small.svg" - alt="Vue logo" - class="logo" + <img src="@/assets/Hydroroll-small.svg" + alt="Vue logo" + class="logo" width="125" height="125" /> <div class="wrapper"> @@ -31,7 +31,7 @@ export default { </header> <main class="main"> - <video loop=true preload="auto" muted="true" autoplay @canplay="PlayOn" v-show="isplay" > + <video loop preload="auto" muted autoplay @canplay="PlayOn" v-show="isplay" > <source src="@/assets/video/bg.mp4" type="video/mp4" /> </video> <Right /> @@ -75,7 +75,7 @@ video{ min-width: 100%; min-height: 100%; width: auto; - height: auto; + height: auto; z-index: -100; filter: grayscale(20%); } |
