From 0efb10e3999d1bcb7cc65008b067836ddd71c82c Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期一, 07 二月 2022 17:47:35 +0800 Subject: [PATCH] 设备、外设单元修改 --- src/views/index.vue | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 5ff5e4d..c8fb00c 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,5 +1,7 @@ <template> - <div class="app-container home"> + <div class="app-container home index-bg"> + <!--<img src="@/assets/logo/login-logo.png">--> + <!--浜戦�歄A鍔炲叕绯荤粺,娆㈣繋鎮紒--> </div> </template> @@ -18,6 +20,14 @@ </script> <style scoped lang="scss"> - +.index-bg { + display: flex; + justify-content: center; + align-items: center; + /*background-image: url('../assets/images/login-background.jpg');*/ + background-repeat: no-repeat; + background-size: cover; + height: calc(100vh - 84px); +} </style> -- Gitblit v1.9.1