Commit 235a9f70 authored by zhengke's avatar zhengke

修改

parent 3ba0bbc0
......@@ -50,7 +50,8 @@
background-color: #F6F6F6;
width:100%;
position: fixed;
top: 65px;
top: 0;
/* top: 65px; */
left: 0;
overflow: auto;
flex:1;
......@@ -70,9 +71,10 @@
}
</style>
<template>
<view class="trade-activity" :style="{height:!isShowSign?'0':'calc(100vh - '+pagePaddingBottom+')'}" :class="{'tradeActive':isShowSign}">
<!-- <view class="trade-activity" :style="{height:!isShowSign?'0':'calc(100vh - '+pagePaddingBottom+')'}" :class="{'tradeActive':isShowSign}"> -->
<view class="trade-activity" :style="{height:!isShowSign?'0':'calc(100vh)'}" :class="{'tradeActive':isShowSign}">
<template v-if="isShowSign">
<view class="tradeTop">
<view class="tradeTop" style="margin-top:23%;">
<text class="Top_LEFT"></text>
请选择你要报名的活动
</view>
......@@ -134,7 +136,6 @@
this.mc = this.$uiConfig.mainColor;
},
created() {
},
onShow() {
},
......
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