소스 검색

commit-m 促销

zhengjinyi 4 년 전
부모
커밋
72dd459155
3개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      components/cm-module/productDetails/cm-activipopu.vue
  2. 2 2
      components/cm-module/productDetails/cm-price.vue
  3. 3 3
      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{

+ 3 - 3
pages/tabBar/home/home.vue

@@ -644,8 +644,8 @@
 			border-radius: 20rpx;
 			.floor-item{
 				width: 341rpx;
-				// height: 568rpx;
-				height: 500rpx;
+				height: 568rpx;
+				// height: 500rpx;
 				margin-right: 20rpx;
 				font-size: $font-size-24;
 				color: $text-color;
@@ -671,7 +671,7 @@
 					padding: 0 15rpx;
 				}
 				.floor-item-act{
-					display: none;
+					display: block;
 					width: 100%;
 					height: 68rpx;
 					text-align: center;