Parcourir la source

任务navbar高度微调

李万涛 il y a 1 an
Parent
commit
164ae67ee4
2 fichiers modifiés avec 6 ajouts et 2 suppressions
  1. 1 1
      pages/user/work/index.vue
  2. 5 1
      tuniao-ui/components/tn-nav-bar/tn-nav-bar.vue

+ 1 - 1
pages/user/work/index.vue

xqd
@@ -5,7 +5,7 @@
 		<view style="color: #fff;">
 			<tn-nav-bar backgroundColor="#26B3A0" :bottomShadow="false" @rightClick="jumpScoreRed">我的任务
 			</tn-nav-bar>
-			<view :style="{ height: tobheight + 'px' }"></view>
+			<view :style="{ height: tobheight+10 + 'px' }"></view>
 		</view>
 		<!-- #endif -->
 

+ 5 - 1
tuniao-ui/components/tn-nav-bar/tn-nav-bar.vue

xqd
@@ -272,10 +272,14 @@
 		position: relative;
 
 		&__bar {
+			// background: red !important;
+
+
+
 			display: flex;
 			position: relative;
 			align-items: center;
-			min-height: 100rpx;
+			min-height: 110rpx;
 			justify-content: space-between;
 			min-height: 0px;
 			/* #ifdef MP-WEIXIN */