diff --git a/resources/assets/sass/components/report.scss b/resources/assets/sass/components/report.scss index de9c3636e..445402140 100644 --- a/resources/assets/sass/components/report.scss +++ b/resources/assets/sass/components/report.scss @@ -136,32 +136,27 @@ } .report-edit { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + padding: 24px; + overflow: auto; display: flex; flex-direction: column; - height: 100%; - padding: 24px; .ivu-input[disabled] { color: $primary-text-color; } + .ivu-form-item-content { + white-space: nowrap; + } + .report-content { flex: 1 1 auto; overflow-y: auto; - - .report-content-editor { - height: 100%; - - .ivu-form-item-content { - height: 100%; - display: flex; - - .teditor-wrapper { - flex: 1; - display: flex; - } - } - } } .report-users { @@ -267,6 +262,10 @@ .teditor-wrapper { display: flex; flex: 1; + min-height: 380px; + min-width: 380px; + margin-right: -24px; + padding-right: 24px; } } }