优化页面
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<view class="title">PK信息</view>
|
||||
<view class="content">
|
||||
<scroll-view
|
||||
show-scrollbar="false"
|
||||
scroll-y="true"
|
||||
class="scroll"
|
||||
refresher-enabled="true"
|
||||
@@ -65,16 +66,30 @@
|
||||
</view>
|
||||
<!-- <view class="handle"> -->
|
||||
<view class="handle" v-if="item.inviteStatus === 0">
|
||||
<view class="recompose" @click="onRecompose(item)">
|
||||
<view class="recompose" @click="onTop(item)">
|
||||
<image
|
||||
style="width: 46rpx; height: 46rpx"
|
||||
style="width: 40rpx; height: 40rpx"
|
||||
src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/pin.png"
|
||||
mode="scaleToFill"
|
||||
/>
|
||||
</view>
|
||||
<!-- <view class="recompose" @click="onOutTop(item)">
|
||||
<image
|
||||
style="width: 40rpx; height: 40rpx"
|
||||
src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/cancelPin.png.png"
|
||||
mode="scaleToFill"
|
||||
/>
|
||||
</view> -->
|
||||
<view class="expurgate" @click="onRecompose(item)">
|
||||
<image
|
||||
style="width: 40rpx; height: 40rpx"
|
||||
src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/recompose.png"
|
||||
mode="scaleToFill"
|
||||
/>
|
||||
</view>
|
||||
<view class="expurgate" @click="onExpurgate(item)">
|
||||
<image
|
||||
style="width: 46rpx; height: 46rpx"
|
||||
style="width: 40rpx; height: 40rpx"
|
||||
src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/expurgate.png"
|
||||
mode="scaleToFill"
|
||||
/>
|
||||
@@ -84,7 +99,8 @@
|
||||
</scroll-view>
|
||||
</view>
|
||||
</view>
|
||||
<Recompose ref="createModule" class="createModule" :message="parentMessage"></Recompose>
|
||||
<Recompose ref="createModule" class="createModule" :message="parentMessage" @Refresh="onRefresherRefresh"></Recompose>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -162,6 +178,10 @@ export default {
|
||||
onRecompose(item) {
|
||||
this.parentMessage = item;
|
||||
this.createModule.open();
|
||||
},
|
||||
// 置顶
|
||||
onTop(item) {
|
||||
|
||||
},
|
||||
// 删除pk
|
||||
onExpurgate(item) {
|
||||
@@ -215,10 +235,10 @@ export default {
|
||||
.title {
|
||||
position: absolute;
|
||||
top: 120rpx;
|
||||
left: 315rpx;
|
||||
left: 335rpx;
|
||||
font-size: 34rpx;
|
||||
color: #100e0f;
|
||||
font-weight: 500;
|
||||
font-weight: bold;
|
||||
}
|
||||
.ReturnImg {
|
||||
width: 100%;
|
||||
@@ -234,7 +254,7 @@ export default {
|
||||
}
|
||||
.card {
|
||||
width: 695rpx;
|
||||
height: 161rpx;
|
||||
height: 180rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 15rpx;
|
||||
display: flex;
|
||||
@@ -334,12 +354,12 @@ export default {
|
||||
.recompose {
|
||||
width: 46rpx;
|
||||
height: 46rpx;
|
||||
margin-left: 90rpx;
|
||||
margin-left: 80rpx;
|
||||
}
|
||||
.expurgate {
|
||||
width: 46rpx;
|
||||
height: 46rpx;
|
||||
margin-left: 40rpx;
|
||||
margin-left: 10rpx;
|
||||
}
|
||||
.createModule {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user