|
|
@ -73,4 +73,13 @@ 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;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|