fix: border action style

This commit is contained in:
弱冠 2020-05-07 14:29:14 +08:00
parent 66e8c25a4b
commit 6b91535740

View File

@ -25,6 +25,9 @@
align-items: stretch;
justify-content: flex-end;
pointer-events: all;
> * {
flex-shrink: 0;
}
}
&-action {