Browse Source

修改less文件位置

release_0.0.1
deartibers 3 years ago
parent
commit
47a80141b0
  1. 2
      code/VideoAccess-VCMP/web/client/src/sections/auth/containers/login.jsx
  2. 0
      code/VideoAccess-VCMP/web/client/src/sections/auth/style.less

2
code/VideoAccess-VCMP/web/client/src/sections/auth/containers/login.jsx

@ -5,7 +5,7 @@ import { push } from 'react-router-redux';
import { Form, Button, Toast } from '@douyinfe/semi-ui';
import { login, LOGIN_SUCCESS } from '../actions/auth';
import { IconLock,IconUser } from '@douyinfe/semi-icons';
import './login.less'
import '../style.less'
const Login = props => {
const { dispatch, user, error, actions, apiRoot, isRequesting } = props

0
code/VideoAccess-VCMP/web/client/src/sections/auth/containers/login.less → code/VideoAccess-VCMP/web/client/src/sections/auth/style.less

Loading…
Cancel
Save