| @@ -250,7 +250,7 @@ export const antd: RuntimeAntdConfig = (memo) => { | |||||
| }; | }; | ||||
| memo.theme.cssVar = true; | memo.theme.cssVar = true; | ||||
| // memo.theme.hashed = false; | |||||
| memo.theme.hashed = false; | |||||
| memo.appConfig = { | memo.appConfig = { | ||||
| message: { | message: { | ||||
| @@ -30,10 +30,4 @@ | |||||
| background-image: url(@/assets/img/pipeline-canvas-bg.png); | background-image: url(@/assets/img/pipeline-canvas-bg.png); | ||||
| background-size: 100% 100%; | background-size: 100% 100%; | ||||
| } | } | ||||
| :global { | |||||
| .ant-drawer-mask { | |||||
| background: transparent !important; | |||||
| } | |||||
| } | |||||
| } | } | ||||
| @@ -1,4 +1,5 @@ | |||||
| .experiment-drawer { | .experiment-drawer { | ||||
| line-height: var(--ant-line-height); | |||||
| :global { | :global { | ||||
| .ant-drawer-body { | .ant-drawer-body { | ||||
| overflow-y: hidden; | overflow-y: hidden; | ||||
| @@ -12,7 +13,7 @@ | |||||
| } | } | ||||
| &__tabs { | &__tabs { | ||||
| height: calc(100% - 170px); | |||||
| height: calc(100% - 169px); | |||||
| :global { | :global { | ||||
| .ant-tabs-nav { | .ant-tabs-nav { | ||||
| padding-left: 24px; | padding-left: 24px; | ||||
| @@ -95,10 +95,9 @@ const ExperimentDrawer = ({ | |||||
| return ( | return ( | ||||
| <Drawer | <Drawer | ||||
| rootStyle={{ marginTop: '55px' }} | |||||
| rootStyle={{ marginTop: '111px' }} | |||||
| title="任务执行详情" | title="任务执行详情" | ||||
| placement="right" | placement="right" | ||||
| getContainer={false} | |||||
| closeIcon={<CloseOutlined className={styles['experiment-drawer__close']} />} | closeIcon={<CloseOutlined className={styles['experiment-drawer__close']} />} | ||||
| onClose={onClose} | onClose={onClose} | ||||
| open={open} | open={open} | ||||