|
@@ -114,13 +114,12 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <!-- <view class="activity-schedule-image">
|
|
|
- <image src="https://www.productronicachina.com.cn/resources/files/0812/66b9c058eb46a/TGV.jpg"
|
|
|
- mode="aspectFit"/>
|
|
|
- </view>-->
|
|
|
</view>
|
|
|
</u-panel>
|
|
|
-
|
|
|
+ <view class="main-image">
|
|
|
+ <image :src="meetingInfo.main_image" :alt="meetingInfo.main_image_alt"
|
|
|
+ mode="widthFix"/>
|
|
|
+ </view>
|
|
|
|
|
|
<view class="activity-operation">
|
|
|
<view class="activity-views">
|
|
@@ -230,6 +229,14 @@ export default {
|
|
|
|
|
|
<style lang="scss">
|
|
|
.activity-detail {
|
|
|
+ .main-image {
|
|
|
+ display: flex;
|
|
|
+ width: 100%;
|
|
|
+ image {
|
|
|
+ //height: auto;
|
|
|
+ //display: block;
|
|
|
+ }
|
|
|
+ }
|
|
|
.activity-head {
|
|
|
position: relative;
|
|
|
font-weight: normal;
|