update 部分样式修复

This commit is contained in:
2021-06-17 14:12:03 +08:00
parent 67a58cf7c4
commit 70112b5c51
7 changed files with 35 additions and 81 deletions

View File

@@ -5,7 +5,7 @@ import { encryptByRSA } from 'util/rsa'
import { RSA_PUBLIC_KEY } from 'util/global'
import { api } from 'common/api'
import { token } from 'common/token'
import 'assets/style/login.less'
import './index.less'
export default class index extends Component {