解决双滚动条问题
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -283,7 +283,7 @@ onBeforeMount(() => { | ... | @@ -283,7 +283,7 @@ onBeforeMount(() => { |
| 283 | </template> | 283 | </template> |
| 284 | <anonResultAnalysis ref="resultReportRef" :show-title="true" :analysis-result-info="analysisResultInfo" | 284 | <anonResultAnalysis ref="resultReportRef" :show-title="true" :analysis-result-info="analysisResultInfo" |
| 285 | :isWordStyle="isWordStyle" :style="isWordStyle ? { | 285 | :isWordStyle="isWordStyle" :style="isWordStyle ? { |
| 286 | height: '100%', | 286 | height: !isDataProvider ? 'calc(100% - 36px)' : '100%', |
| 287 | 'overflow-y': 'auto', | 287 | 'overflow-y': 'auto', |
| 288 | 'margin-right': '-16px', | 288 | 'margin-right': '-16px', |
| 289 | 'padding-right': '16px', | 289 | 'padding-right': '16px', | ... | ... |
-
Please register or sign in to post a comment