修复 Page 嵌套引发的样式问题

This commit is contained in:
2betop 2020-07-29 13:28:33 +08:00
parent f0328ea6ac
commit 5377d53890
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
flex-direction: row;
align-items: stretch;
.#{$ns}Page-content {
> .#{$ns}Page-content {
width: 0;
flex-grow: 1;
}