更新
This commit is contained in:
parent
194f6a866f
commit
89c33aefc2
@ -57,7 +57,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="z-index: 99999;position:relative">
|
<div style="z-index: 99999;position:relative" v-show="currentActive !== 0">
|
||||||
<page-util :page-num="pageNum" :page-size="8" :category-id="categoryId" @event-message="handleDataFromPage"/>
|
<page-util :page-num="pageNum" :page-size="8" :category-id="categoryId" @event-message="handleDataFromPage"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -67,9 +67,9 @@
|
|||||||
<div class="neirong" v-html="detailsContent"></div>
|
<div class="neirong" v-html="detailsContent"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-show="currentActive === 1" style="z-index: 999;position:relative">
|
<!-- <div v-show="currentActive === 1" style="z-index: 999;position:relative">-->
|
||||||
<page-util :page-size="8" :category-id="categoryId" @event-message="handleDataFromPage" />
|
<!-- <page-util :page-size="8" :category-id="categoryId" @event-message="handleDataFromPage" />-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
<div class="bottom_img" ref="bottomImg">
|
<div class="bottom_img" ref="bottomImg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -506,7 +506,7 @@ export default {
|
|||||||
|
|
||||||
|
|
||||||
.about-conts .team {
|
.about-conts .team {
|
||||||
|
background: white;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user