update 登录页背景, 组织机构code非必填, dapper查询优化

This commit is contained in:
2021-05-31 13:45:55 +08:00
parent ccd914fb81
commit 074ff51e86
12 changed files with 34 additions and 23 deletions

View File

Before

Width:  |  Height:  |  Size: 223 KiB

After

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

View File

@@ -6,8 +6,14 @@
width: 100%;
height: 100%;
>img {
display: block;
background: url('~@/assets/image/login-bg.jpg') no-repeat center;
width: 100%;
height: 100%;
object-fit: cover;
}
&::before {
position: absolute;
top: 0;