|
@@ -78,7 +78,7 @@
|
|
|
>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="tab-content" style="padding-bottom: 40px">
|
|
|
+ <div class="tab-content" >
|
|
|
<div id="entInfo" class="tab-content-item p-l-r-32 bg-white">
|
|
|
<!-- 工商信息 -->
|
|
|
<!-- 标记滚动位置 默认浏览器顶端滚动位置为tab定位偏移量加tab高度-->
|
|
@@ -159,8 +159,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
id="project-information"
|
|
|
- class="p-l-16 p-r-32 p-b-32"
|
|
|
- :style="{ padding: '32px 0 0' }"
|
|
|
+ class="p-l-16 p-r-32 p-b-32 p-t-32"
|
|
|
>
|
|
|
<!-- 列表部分 -->
|
|
|
<Dynamic-list
|
|
@@ -911,13 +910,13 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
-@media (max-height: 740px) {
|
|
|
+@media (max-height: 840px) {
|
|
|
::v-deep {
|
|
|
.short-dialog__body .ent-report-download-dialog .el-dialog__body{
|
|
|
height: auto;
|
|
|
}
|
|
|
.ent-report-download-dialog .el-dialog__body{
|
|
|
- height: calc(90vh - 56px - 69px - 10px);
|
|
|
+ max-height: calc(90vh - 56px - 69px);
|
|
|
}
|
|
|
}
|
|
|
}
|