mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
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:
parent
6351c2f03c
commit
13e376e645
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user