fix: bug css deep affect

This commit is contained in:
Methapon2001 2024-08-02 09:31:49 +07:00
parent bd0846b691
commit 24f0143405

View file

@ -181,7 +181,7 @@ function change(e: Event) {
height: calc(100vh - 200px);
min-height: 480px;
& :deep(*) {
& > :deep(*) {
height: 100%;
width: 100%;
}