Commit 0c6c07f1ba614d281ff44f15a27921c68cd1efb9
1 parent
e2929949
Remove unused video element from login view.
Showing
1 changed file
with
1 additions
and
7 deletions
project-slwl-admin-vue/src/views/login/index.vue
| @@ -2,13 +2,7 @@ | @@ -2,13 +2,7 @@ | ||
| 2 | <template> | 2 | <template> |
| 3 | <div class="login-container"> | 3 | <div class="login-container"> |
| 4 | <div class="shadow"></div> | 4 | <div class="shadow"></div> |
| 5 | - <video | ||
| 6 | - src="../../assets/video.mp4" | ||
| 7 | - autoplay | ||
| 8 | - loop | ||
| 9 | - muted | ||
| 10 | - style="width: 100%; height: 100%; object-fit: fill" | ||
| 11 | - ></video> | 5 | + |
| 12 | <el-form | 6 | <el-form |
| 13 | ref="loginForm" | 7 | ref="loginForm" |
| 14 | :model="loginForm" | 8 | :model="loginForm" |