소스 검색

Merge remote-tracking branch 'remotes/origin/developer' into developerB

# Conflicts:
#	pages/tabBar/home/home.vue
zhengjinyi 4 년 전
부모
커밋
ee0bea67d2
3개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      components/cm-module/productDetails/cm-activipopu.vue
  2. 2 2
      components/cm-module/productDetails/cm-price.vue
  3. 1 0
      pages/tabBar/home/home.vue

+ 1 - 1
components/cm-module/productDetails/cm-activipopu.vue

@@ -112,7 +112,7 @@
 		box-sizing: border-box;
 		.ladder-main{
 			width: 100%;
-			height: 320rpx;
+			min-height: 240rpx;
 			border: 1px solid rgba(225,86,22,0.3);
 			border-radius: 10rpx;
 			.ladder-item{

+ 2 - 2
components/cm-module/productDetails/cm-price.vue

@@ -91,7 +91,7 @@
 				<view class="tui-popup-box clearfix">
 					<template v-if="product.actStatus == 0  &&  product.ladderPriceFlag == 1">
 						<view class="tui-scrollview-box">
-							<view class="ladder-main">
+							<view class="ladder-main clearfix">
 								<view class="ladder-item">
 									<view class="ladder-item-td">起订量</view>
 									<view class="ladder-item-td">价格</view>
@@ -229,7 +229,7 @@
 		box-sizing: border-box;
 		.ladder-main{
 			width: 100%;
-			height: 320rpx;
+			min-height: 240rpx;
 			border: 1px solid rgba(225,86,22,0.3);
 			border-radius: 10rpx;
 			.ladder-item{

+ 1 - 0
pages/tabBar/home/home.vue

@@ -671,6 +671,7 @@
 					padding: 0 15rpx;
 				}
 				.floor-item-act{
+					display: block;
 					width: 100%;
 					height: 68rpx;
 					text-align: center;