Commit e93ee0a4 authored by 刘鑫鹏's avatar 刘鑫鹏

修改了一些bug

parent b454c8c7
......@@ -23,18 +23,24 @@
</view>
<view v-else class="actions-card" v-for="(item,index) in myActivitylist" :key="index">
<view class="info">
<view class="question">
<text>{{item.activityName}}</text>
<!-- <view class="item1"> -->
<image class="image-status" src="../../static/oper-icon/content_tag_weikaishi@2x.png"
v-if="item.activityStatus==='0'"></image>
<image class="image-status" src="../../static/oper-icon/content_tag_jinxingzhong@2x.png"
v-else-if="item.activityStatus==='1'"></image>
<image class="image-status" src="../../static/oper-icon/content_tag_yijieshu@2x.png" v-else>
</image>
<view class="question" style="display: flex;width: 100%; justify-content: space-between;">
<view style="width: 80%;height: 100%;">
<view style="padding: 6% 3% 0 5%;height: 100%;">{{item.activityName}}</view>
</view>
<view style="width: 20%;height: 100%;">
<!-- <view class="item1"> -->
<!-- </view> -->
<image class="image-status" src="../../static/oper-icon/content_tag_weikaishi@2x.png"
v-if="item.activityStatus==='0'"></image>
<image class="image-status" src="../../static/oper-icon/content_tag_jinxingzhong@2x.png"
v-else-if="item.activityStatus==='1'"></image>
<image class="image-status" src="../../static/oper-icon/content_tag_yijieshu@2x.png" v-else>
</image>
<!-- </view> -->
</view>
</view>
<dividerface></dividerface>
......@@ -171,11 +177,11 @@
.image-status {
position: relative;
// top: -120rpx;
left: 82%;
width: 120rpx;
height: 120rpx;
// position: relative;
// // top: -120rpx;
// left: 82%;
width: 143rpx;
height: 132rpx;
z-index: 4;
}
......@@ -196,8 +202,8 @@
color: #333333;
line-height: 36px;
.question {
margin-top: 5%;
margin: 2% 18% 0 5%;
// margin-top: 5%;
// margin: 2% 18% 0 5%;
min-height: 72px;
height: auto;
line-height: 30px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment