Explorar o código

修改港口价格页面边框距离

wangchao %!s(int64=3) %!d(string=hai) anos
pai
achega
58a0651786
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      pages/sale/portprice.vue

+ 2 - 2
pages/sale/portprice.vue

@@ -525,8 +525,9 @@
 		padding: 0;
 
 		.guess-item {
-			border-bottom: 1px solid #EEEEEE;
 			width: 100%;
+			padding: 0 48rpx;
+			border-bottom: 1px solid #EEEEEE;
 		}
 	}
 
@@ -597,6 +598,5 @@
 
 	.guess-list {
 		width: 100%;
-		padding: 0 48rpx;
 	}
 </style>