Commit 4ca9f9c3 authored by Maofei94's avatar Maofei94

fix: 修改嵌入框架

parent e70b4488
Pipeline #22404 skipped with stages
...@@ -44,7 +44,7 @@ const FrameContainer = props => { ...@@ -44,7 +44,7 @@ const FrameContainer = props => {
style={{ style={{
display: 'flex', display: 'flex',
flexDirection: 'column', flexDirection: 'column',
height: 'calc(100% + 24px)', height: 'calc(100% + 11px)',
}} }}
> >
{renderedFrame} {renderedFrame}
......
...@@ -5,6 +5,7 @@ import { gateWayConfig } from '@/services/common/api'; ...@@ -5,6 +5,7 @@ import { gateWayConfig } from '@/services/common/api';
import { AUTHORITY, USER_MODE } from '@/utils/constants'; import { AUTHORITY, USER_MODE } from '@/utils/constants';
import { appConnector } from '@/containers/App/store'; import { appConnector } from '@/containers/App/store';
import { useHistory } from 'react-router-dom'; import { useHistory } from 'react-router-dom';
import sha1 from 'sha1';
import LoginForm from './components/Login'; import LoginForm from './components/Login';
import styles from './style.less'; import styles from './style.less';
import { setAuthority } from '@/utils/authority'; 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