style: no resource modal

This commit is contained in:
jialin
2025-12-17 19:58:28 +08:00
parent 30536cb04a
commit e4bd753355
10 changed files with 218 additions and 123 deletions
@@ -11,10 +11,16 @@ import AddWorkerStep from './add-worker-step';
import { StepName } from './config';
const Footer = styled.div`
position: relative;
display: flex;
justify-content: space-between;
gap: 12px;
justify-content: center;
align-items: center;
padding-top: 12px;
.tips {
position: absolute;
left: 0px;
}
`;
type AddWorkerProps = {
@@ -113,7 +119,7 @@ const AddWorker: React.FC<AddWorkerProps> = (props) => {
maxContentHeight={'max(calc(100vh - 200px), 600px)'}
footer={
<Footer>
<span>
<span className="tips">
{addedCount > 0 && (
<Alert
message={intl.formatMessage(