style(Modal): modal全屏模式 margin-top调整为0
parent
cb979226c2
commit
8bea32cd84
|
@ -10,6 +10,10 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-modal-footer {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-modal {
|
.ant-modal {
|
||||||
|
|
Loading…
Reference in New Issue