fix(form-card): make expand margin pointer-events to none

Since margin of inner card will expand outer container, the container will cover
the overlay layer and prevent the click event of it.
This commit is contained in:
hrsonion 2019-07-14 14:31:27 +08:00
parent 6351c2f03c
commit 13e376e645

View File

@ -53,7 +53,9 @@ export default {
min-width: 600px;
width: 1032px;
margin: auto;
pointer-events: none;
.n-nimbus-form-card__body {
pointer-events: all;
margin-top: 24px;
margin-bottom: 24px;
background: #5c657e;