Browse Source

style(Modal): modal全屏模式 margin-top调整为0

main
xingyu 2 years ago
parent
commit
8bea32cd84
  1. 4
      src/components/Modal/src/index.less

4
src/components/Modal/src/index.less

@ -10,6 +10,10 @@
height: 100%; height: 100%;
} }
} }
.ant-modal-footer {
margin-top: 0;
}
} }
.ant-modal { .ant-modal {