|
@@ -45,7 +45,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="ent-content" v-loading="loading">
|
|
<div class="ent-content" v-loading="loading">
|
|
- <div class="placeholderbox">
|
|
|
|
|
|
+ <div class="placeholderbox bg-white">
|
|
<div
|
|
<div
|
|
class="tab-header"
|
|
class="tab-header"
|
|
:class="{ 'fixed-nav': navFixed }"
|
|
:class="{ 'fixed-nav': navFixed }"
|
|
@@ -78,14 +78,14 @@
|
|
>
|
|
>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="tab-content" style="padding-bottom: 40px">
|
|
|
|
- <div id="entInfo" class="tab-content-item p-l-r-32">
|
|
|
|
|
|
+ <div class="tab-content" >
|
|
|
|
+ <div id="entInfo" class="tab-content-item p-l-r-32 bg-white">
|
|
<!-- 工商信息 -->
|
|
<!-- 工商信息 -->
|
|
<!-- 标记滚动位置 默认浏览器顶端滚动位置为tab定位偏移量加tab高度-->
|
|
<!-- 标记滚动位置 默认浏览器顶端滚动位置为tab定位偏移量加tab高度-->
|
|
<div class="markPosition gsxx">
|
|
<div class="markPosition gsxx">
|
|
<div class="item"></div>
|
|
<div class="item"></div>
|
|
</div>
|
|
</div>
|
|
- <EntForm :id="eId" @entname="entname" @formData="formData"></EntForm>
|
|
|
|
|
|
+ <EntForm style="margin-top:0;padding-top:32px;" :id="eId" @entname="entname" @formData="formData"></EntForm>
|
|
<!-- 工商变动 -->
|
|
<!-- 工商变动 -->
|
|
<div class="markPosition gsbd">
|
|
<div class="markPosition gsbd">
|
|
<div class="item"></div>
|
|
<div class="item"></div>
|
|
@@ -131,15 +131,15 @@
|
|
></MaskCard>
|
|
></MaskCard>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="partingLine"></div>
|
|
|
|
|
|
+<!-- <div class="partingLine"></div>-->
|
|
<!-- 中标动态 中标分析 -->
|
|
<!-- 中标动态 中标分析 -->
|
|
- <div id="chartInfo" class="tab-content-item">
|
|
|
|
|
|
+ <div id="chartInfo" class="tab-content-item bg-white">
|
|
<div>
|
|
<div>
|
|
<!-- 中标动态 -->
|
|
<!-- 中标动态 -->
|
|
<div class="markPosition zbdt">
|
|
<div class="markPosition zbdt">
|
|
<div class="item"></div>
|
|
<div class="item"></div>
|
|
</div>
|
|
</div>
|
|
- <div class="bidcomp p-l-r-32" style="padding-top: 32px">
|
|
|
|
|
|
+ <div class="bidcomp p-l-r-32" >
|
|
<!-- 筛选部分 -->
|
|
<!-- 筛选部分 -->
|
|
<BidInfoActive
|
|
<BidInfoActive
|
|
whichPor="entpor"
|
|
whichPor="entpor"
|
|
@@ -159,8 +159,7 @@
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
id="project-information"
|
|
id="project-information"
|
|
- class="p-l-16 p-r-32 p-b-32"
|
|
|
|
- :style="{ margin: '32px 0 0' }"
|
|
|
|
|
|
+ class="p-l-16 p-r-32 p-b-32 p-t-32"
|
|
>
|
|
>
|
|
<!-- 列表部分 -->
|
|
<!-- 列表部分 -->
|
|
<Dynamic-list
|
|
<Dynamic-list
|
|
@@ -906,12 +905,21 @@ export default {
|
|
},
|
|
},
|
|
// 开通超级订阅
|
|
// 开通超级订阅
|
|
goVipBuy () {
|
|
goVipBuy () {
|
|
- window.open('/swordfish/page_big_pc/free/svip/buy?type=buy')
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+@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{
|
|
|
|
+ max-height: calc(90vh - 56px - 69px);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|
|
.markPosition {
|
|
.markPosition {
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
|
@@ -925,6 +933,10 @@ export default {
|
|
height: 16px;
|
|
height: 16px;
|
|
// color: #F2F2F4;
|
|
// color: #F2F2F4;
|
|
background-color: #f2f2f4;
|
|
background-color: #f2f2f4;
|
|
|
|
+ position: relative;
|
|
|
|
+}
|
|
|
|
+.bg-white {
|
|
|
|
+ background: #fff;
|
|
}
|
|
}
|
|
.ent-portrayal {
|
|
.ent-portrayal {
|
|
margin: 32px auto;
|
|
margin: 32px auto;
|
|
@@ -939,6 +951,12 @@ export default {
|
|
line-height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .ent-report-download-dialog.el-dialog {
|
|
|
|
+ margin-top: 10vh !important;
|
|
|
|
+ .el-dialog--center .el-dialog__body {
|
|
|
|
+ padding: 0 32px 20px 32px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
.download-bottom-tip {
|
|
.download-bottom-tip {
|
|
width: calc(1200px - 280px);
|
|
width: calc(1200px - 280px);
|
|
left: 50%;
|
|
left: 50%;
|
|
@@ -953,6 +971,7 @@ export default {
|
|
padding: 20px 40px 12px;
|
|
padding: 20px 40px 12px;
|
|
background: #fff;
|
|
background: #fff;
|
|
line-height: 36px;
|
|
line-height: 36px;
|
|
|
|
+ border-radius: 4px;
|
|
.handle_option{
|
|
.handle_option{
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: right;
|
|
justify-content: right;
|
|
@@ -1016,6 +1035,7 @@ export default {
|
|
|
|
|
|
.placeholderbox {
|
|
.placeholderbox {
|
|
height: 49px;
|
|
height: 49px;
|
|
|
|
+ border-radius: 4px 4px 0 0;
|
|
}
|
|
}
|
|
|
|
|
|
.tab-header {
|
|
.tab-header {
|
|
@@ -1070,7 +1090,7 @@ export default {
|
|
|
|
|
|
.ent-content {
|
|
.ent-content {
|
|
margin-top: 16px;
|
|
margin-top: 16px;
|
|
- background: #fff;
|
|
|
|
|
|
+ background: #f2f2f4;
|
|
|
|
|
|
::v-deep.el-tabs__header {
|
|
::v-deep.el-tabs__header {
|
|
margin: 0;
|
|
margin: 0;
|
|
@@ -1209,6 +1229,14 @@ export default {
|
|
height: 20px;
|
|
height: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ #entInfo{
|
|
|
|
+ border-radius: 0 0 4px 4px;
|
|
|
|
+ margin-bottom: 16px;
|
|
|
|
+ }
|
|
|
|
+ #chartInfo {
|
|
|
|
+ padding:32px 0;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.p-l-r-32 {
|
|
.p-l-r-32 {
|