Merge pull request #4382 from pianruijie/feat/form-event-action

Feat/form event action
This commit is contained in:
hsm-lv 2022-05-18 18:59:22 +08:00 committed by GitHub
commit 2afc853d00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,18 @@
}
}
.#{$ns}Modal-content {
.#{$ns}TreeSelect-popover {
box-shadow: var(--boxShadow);
.#{$ns}Tree {
border-radius: #{$R3};
border: none;
}
}
}
.#{$ns}Toast {
.#{$ns}Toast-icon {
margin-right: #{px2rem(8px)};