|
@@ -78,9 +78,7 @@
|
|
|
<view class="more-rivet" @click="tabsActiveMore(3)"> 更多 <u-icon name="arrow-right" color="#3385FF" size="28"></u-icon> </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <reportPage :reportPageData="reportPageData" id="container-report-page"
|
|
|
- v-if="Object.keys(reportPageData).length && (tabsActive == 3 || tabsActive == 1)" />
|
|
|
-
|
|
|
+ <reportPage :reportPageData="reportPageData" id="container-report-page" v-if="Object.keys(reportPageData).length && (tabsActive == 3 || tabsActive == 1)" />
|
|
|
<view class="more-activity more-box" v-if="tabsActive === 1 && haveResultActivity">
|
|
|
<text class="more-text"> 活动/回放 </text>
|
|
|
<view>
|
|
@@ -615,16 +613,16 @@ export default {
|
|
|
}
|
|
|
</style>
|
|
|
<style lang="scss">
|
|
|
- #container-report-page{
|
|
|
- .industry-video-module{
|
|
|
- .global-video-box{
|
|
|
- .video-content{
|
|
|
- top: 400rpx!important;
|
|
|
- }
|
|
|
- .close-icon{
|
|
|
- top: 330rpx!important;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+#container-report-page {
|
|
|
+ .industry-video-module {
|
|
|
+ .global-video-box {
|
|
|
+ .video-content {
|
|
|
+ top: 400rpx !important;
|
|
|
+ }
|
|
|
+ .close-icon {
|
|
|
+ top: 330rpx !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|