forked from opentiny/tiny-vue
fix(dialog-box): update style problem (#1674)
This commit is contained in:
parent
4758a2635e
commit
fc13e4344c
|
@ -32,7 +32,7 @@
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
margin: 0;
|
||||
display: var(--ti-dialog-box-wrapper-display);
|
||||
align-items: var(--ti-dialog-box-wrapper-align-items);
|
||||
|
|
Loading…
Reference in New Issue