hejianhao
2025-02-28 40f9b52ab3497cb2a7c643d9175c9d65b50f8c16
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.ant-pro-form-login-container {
    background-color: #fff;
    border-radius: 23px;
    padding: 45px 60px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-left: 50px;
}
 
.ant-pro-form-login-header {
    width: 190px;
    height: 190px;
}
 
.ant-pro-form-login-top {
    display: none;
}