48ae8cea by lihua

解决双滚动条问题

1 parent 52e7a7c0
......@@ -283,7 +283,7 @@ onBeforeMount(() => {
</template>
<anonResultAnalysis ref="resultReportRef" :show-title="true" :analysis-result-info="analysisResultInfo"
:isWordStyle="isWordStyle" :style="isWordStyle ? {
height: '100%',
height: !isDataProvider ? 'calc(100% - 36px)' : '100%',
'overflow-y': 'auto',
'margin-right': '-16px',
'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!