Files
FastGPT/client/src/pages/login/index.module.scss
2023-06-09 13:21:03 +08:00

6 lines
113 B
SCSS

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