火狐额外处理

dev_oauth
hjm 6 years ago
parent 3277299ce8
commit b4a84fa8d6

@ -73,4 +73,13 @@ html, body {
}
.formItemInline .ant-form-item-control-wrapper {
flex: 1;
}
/* 兼容性 */
/* 火狐有滚动条时高度问题 */
@-moz-document url-prefix() {
.newContainers {
min-height: calc(100% - 60px) !important;
}
}
Loading…
Cancel
Save