Commit 0d158187113202902433d2863a4ccd9e030a8626

Authored by zhiyangdu
1 parent 2f549705

样式优化

src/pages/myGiftBox/myGiftBox.less
@@ -59,4 +59,10 @@ @@ -59,4 +59,10 @@
59 font-size: 26px; 59 font-size: 26px;
60 color: #999; 60 color: #999;
61 } 61 }
  62 + .van-picker__cancel, .van-picker__confirm{
  63 + font-size: 30px;
  64 + }
  65 + .van-picker-column{
  66 + font-size: 28px;
  67 + }
62 } 68 }
src/pages/myGiftBox/myGiftBox.vue
@@ -46,7 +46,6 @@ @@ -46,7 +46,6 @@
46 </div> 46 </div>
47 <!-- 弹出框 --> 47 <!-- 弹出框 -->
48 <van-popup 48 <van-popup
49 - :style="{ height: '160px' }"  
50 position="bottom" 49 position="bottom"
51 v-model="actionSheetShow" 50 v-model="actionSheetShow"
52 > 51 >