zhangyun 4 سال پیش
والد
کامیت
27cc16e742

+ 4 - 0
pages/afterSale/addafter.vue

@@ -226,12 +226,14 @@
 		width: 100%;
 		padding: 110rpx 0;
 		background-color: #71CD9A;
+		box-sizing: border-box;
 		.addafter_con_top{
 			width: 90%;
 			margin: 0 auto;
 			background-color: #FFFFFF;
 			padding: 16rpx 30rpx 36rpx;
 			border-radius: 20rpx;
+			box-sizing: border-box;
 			p{
 				text-align: center;
 				font-size: 30rpx;
@@ -252,6 +254,7 @@
 			display: flex;
 			justify-content: space-between;
 			padding: 0 16rpx;
+			box-sizing: border-box;
 			image{
 				width: 20rpx;
 				height: 60rpx;
@@ -263,6 +266,7 @@
 			background-color: #FFFFFF;
 			padding: 30rpx;
 			border-radius: 20rpx;
+			box-sizing: border-box;
 			.addafter_con_bot_title{
 				text-align: center;
 				font-size: 30rpx;

+ 1 - 1
pages/afterSale/index.vue

@@ -180,7 +180,7 @@
 			box-shadow: 0 0 10rpx #bcb9ca;
 			padding: 30rpx 20rpx 20rpx;
 			position: relative;
-
+			box-sizing: border-box;
 			.aftersale_item_title {
 				width: 100%;
 

+ 13 - 6
pages/equipList/index.vue

@@ -3,9 +3,11 @@
 		<view style="position: fixed;z-index: 100;width: 100%;">
 			<uni-nav-bar right-icon="search" title="设备列表" @clickRight="clickRight"></uni-nav-bar>
 		</view>
-		<view class="utabs">
-			<u-tabs :list="list" :is-scroll="true" :current="current" @change="change" item-width="140" font-size="24" gutter="20"
-			 bar-width="60" active-color="#42b983"></u-tabs>
+		<view class="utabs_box">
+			<view class="utabs">
+				<u-tabs :list="list" :is-scroll="true" :current="current" @change="change" item-width="140" font-size="24" gutter="20"
+				 bar-width="60" active-color="#42b983"></u-tabs>
+			</view>
 		</view>
 		<view class="list">
 			<view class="list_item" v-for="(item,index) in eqlistdata" :key="index">
@@ -117,11 +119,16 @@
 	/deep/.uni-icons{
 			font-size: 40rpx !important;
 		}
-	.utabs {
-		width: 95%;
+	.utabs_box{
+		width: 100%;
 		position: fixed;
 		top: 44px;
+		background-color: #FFFFFF;
 		z-index: 100;
+		.utabs {
+			width: 95%;
+			margin: 0 auto;
+		}
 	}
 	.list{
 		width: 100%;
@@ -130,7 +137,7 @@
 		top: 180rpx;
 		margin-bottom: 100rpx;
 		.list_item{
-			width: 95%;
+			width: 90%;
 			margin: 20rpx auto;
 			padding: 10rpx 20rpx;
 			box-sizing: border-box;

+ 3 - 3
pages/expertDiagnosis/particulars.vue

@@ -88,10 +88,10 @@
 				obj.content=this.issuedata
 				if(this.issuedata!=''){
 					this.getDiscuss(obj)
+					uni.navigateTo({
+						url:"particulars?items="+JSON.stringify(this.quizdata)
+					})
 				}
-				uni.navigateTo({
-					url:"particulars?items="+JSON.stringify(this.quizdata)
-				})
 			}
 		},
 		onLoad(option) {

+ 1 - 1
pages/prevention/equipmentdetails.vue

@@ -162,7 +162,7 @@
 				uni.navigateTo({
 					url:"./ucharts?d_id="+this.eqinfo.item.d_id+"&device_id="+this.eqinfo.item.device_id
 				})
-			}
+			} 
 		},
 		onLoad(option) {
 			this.$forceUpdate()