update src/components/Modal/src/index.less.
修复全屏模式下footer部分按钮溢出 Signed-off-by: 天天写BUG <decan_zheng@foxmail.com>pull/30/head
parent
6f6b4fc6df
commit
6a3591dc49
|
@ -4,7 +4,7 @@
|
||||||
.ant-modal {
|
.ant-modal {
|
||||||
inset: 0 !important;
|
inset: 0 !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 100%;
|
height: 102%;
|
||||||
|
|
||||||
&-content {
|
&-content {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in New Issue