完善新建订阅页面

This commit is contained in:
whyour
2022-05-14 19:21:24 +08:00
parent 419c5a7c5b
commit 5a21247cbb
7 changed files with 110 additions and 38 deletions
+1
View File
@@ -11,6 +11,7 @@
.ant-modal-body {
max-height: calc(85vh - 110px);
max-height: calc(85vh - var(--vh-offset, 110px));
overflow-y: auto;
}