火狐额外处理

dev_oauth
hjm 6 years ago
parent 3277299ce8
commit b4a84fa8d6

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