소스 검색

修改背景图样式

DESKTOP-SVI9JE1\muzen 2 년 전
부모
커밋
4798d9182d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/activity/index.vue

+ 1 - 1
src/pages/activity/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <view class='app-container'>
+  <view class='app-container' :style="{'height': pic ? '' : '100%'}">
     <img :src="pic" />
     <button class="submit" type="submit" circle @click="getSubmit">立即兑换</button>