mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 12:29:24 +08:00
Merge pull request #4382 from pianruijie/feat/form-event-action
Feat/form event action
This commit is contained in:
commit
2afc853d00
@ -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 {
|
||||||
.#{$ns}Toast-icon {
|
.#{$ns}Toast-icon {
|
||||||
margin-right: #{px2rem(8px)};
|
margin-right: #{px2rem(8px)};
|
||||||
|
Loading…
Reference in New Issue
Block a user