Commit 4ca9f9c3 authored by Maofei94's avatar Maofei94

fix: 修改嵌入框架

parent e70b4488
Pipeline #22404 skipped with stages
......@@ -44,7 +44,7 @@ const FrameContainer = props => {
style={{
display: 'flex',
flexDirection: 'column',
height: 'calc(100% + 24px)',
height: 'calc(100% + 11px)',
}}
>
{renderedFrame}
......
......@@ -5,6 +5,7 @@ import { gateWayConfig } from '@/services/common/api';
import { AUTHORITY, USER_MODE } from '@/utils/constants';
import { appConnector } from '@/containers/App/store';
import { useHistory } from 'react-router-dom';
import sha1 from 'sha1';
import LoginForm from './components/Login';
import styles from './style.less';
import { setAuthority } from '@/utils/authority';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment