fix: bug css deep affect
This commit is contained in:
parent
bd0846b691
commit
24f0143405
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ function change(e: Event) {
|
||||||
height: calc(100vh - 200px);
|
height: calc(100vh - 200px);
|
||||||
min-height: 480px;
|
min-height: 480px;
|
||||||
|
|
||||||
& :deep(*) {
|
& > :deep(*) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue