48ae8cea by lihua

解决双滚动条问题

1 parent 52e7a7c0
...@@ -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',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!