zhengkaixin 2 年之前
父节点
当前提交
d9c838b41a
共有 3 个文件被更改,包括 8 次插入8 次删除
  1. 3 3
      pages/staffHome/commend.vue
  2. 1 1
      pages/staffHome/staffHome.vue
  3. 4 4
      pages/staffHome/teamHonor/teamHonor.vue

+ 3 - 3
pages/staffHome/commend.vue

@@ -84,9 +84,9 @@
 	
 	
 	.tabs{
 	.tabs{
 		background-color: rgba(255, 255, 255, 1);
 		background-color: rgba(255, 255, 255, 1);
-		/deep/.u-tabs{
-			width: 408rpx;
-		}
+		// /deep/.u-tabs{
+		// 	width: 408rpx;
+		// }
 		margin-bottom: 24rpx;
 		margin-bottom: 24rpx;
 	}
 	}
 	
 	

+ 1 - 1
pages/staffHome/staffHome.vue

@@ -16,7 +16,7 @@
 					<view class="icon">
 					<view class="icon">
 						<img src="../../assets/img/riFill-vip-crown-2-fill@2x.png" alt="">
 						<img src="../../assets/img/riFill-vip-crown-2-fill@2x.png" alt="">
 					</view>
 					</view>
-					<view class="grid-text">公司表彰</view>
+					<view class="grid-text">个人荣誉</view>
 				</u-grid-item>
 				</u-grid-item>
 				<u-grid-item  @click="gotoUrl('pages/staffHome/teamHonor/teamHonor?type=team')">
 				<u-grid-item  @click="gotoUrl('pages/staffHome/teamHonor/teamHonor?type=team')">
 					<view class="icon icon0">
 					<view class="icon icon0">

+ 4 - 4
pages/staffHome/teamHonor/teamHonor.vue

@@ -74,7 +74,7 @@
 				this.type=op.type
 				this.type=op.type
 				if(this.type=='my'){
 				if(this.type=='my'){
 					this.listForm.isTeam=false
 					this.listForm.isTeam=false
-					this.title="公司表彰"
+					this.title="个人荣誉"
 				}else if(this.type=='team'){
 				}else if(this.type=='team'){
 					this.listForm.isTeam=true
 					this.listForm.isTeam=true
 					this.title="团队荣誉"
 					this.title="团队荣誉"
@@ -167,9 +167,9 @@
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 	.tabs{
 	.tabs{
 		background-color: rgba(255, 255, 255, 1);
 		background-color: rgba(255, 255, 255, 1);
-		/deep/.u-tabs{
-			width: 408rpx;
-		}
+		// /deep/.u-tabs{
+		// 	width: 408rpx;
+		// }
 		margin-bottom: 24rpx;
 		margin-bottom: 24rpx;
 	}
 	}