From 5ecab86c4c2db019e47830c048246bb125aecbd5 Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期一, 15 一月 2024 20:47:40 +0800 Subject: [PATCH] udpate --- 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