Compare commits

...

1 Commits

Author SHA1 Message Date
StyleZhang
c104263ae1 fix: setting modal margin 2023-08-15 10:48:17 +08:00

View File

@@ -1,6 +1,8 @@
.modal {
max-width: 1024px !important;
border-radius: 12px !important;
margin-top: 60px;
margin-bottom: 60px;
padding: 0 !important;
overflow-y: auto;
}