Files
FastGPT/src/pages/login/index.module.scss
2023-03-06 17:20:14 +08:00

6 lines
113 B
SCSS

.loginPage {
background: url('/icon/login-bg.svg') no-repeat;
background-size: cover;
user-select: none;
}