fix(modal): avoid style pollution to the whole world (#1128)

This commit is contained in:
love-life
2021-08-26 20:01:05 +08:00
committed by GitHub
parent 466d4edcd0
commit 6e7f6f82ed

View File

@@ -19,7 +19,7 @@
width: 520px; width: 520px;
padding-bottom: 0; padding-bottom: 0;
.scrollbar { .ant-modal-body > .scrollbar {
padding: 14px; padding: 14px;
} }