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