From 7a4c7ee9318c349f657eb8b1b0faaecce9f6b808 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期日, 14 一月 2024 20:16:21 +0800 Subject: [PATCH] 修改部门字段名称 --- 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