From 64b798c2dc0bf60f9973d0a4b1ea7281df61e4ce Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期一, 15 一月 2024 20:47:47 +0800 Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdc-front --- src/views/login/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 9764186..6a7938d 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -206,8 +206,8 @@ padding-left: 30px; height: 94px; flex: 0 0 auto; - background-image: url('~@/assets/img/login/top.png'); - background-size: contain; + background: url('~@/assets/img/login/top.png') 100% 100% no-repeat; + // background-size: cover; img { display: inline-block; width: 500px; -- Gitblit v1.9.3