Explorar el Código

fix:边框优化

jinchaoyu hace 1 año
padre
commit
4529771b5f
Se han modificado 1 ficheros con 11 adiciones y 5 borrados
  1. 11 5
      pages/groupbuying/pickupVerification/index.vue

+ 11 - 5
pages/groupbuying/pickupVerification/index.vue

@@ -2,7 +2,7 @@
 	<view style="    padding: 30rpx;">
 		<view>
 			<img style="    height: 250rpx;
-		    width: 100%;" src="http://www.gzzzyd.com/groupon/regiment/提货管理_2@2x.png" alt="预览" @click="scanCode">
+			    width: 100%;" src="http://www.gzzzyd.com/groupon/regiment/提货管理_2@2x.png" alt="预览" @click="scanCode">
 		</view>
 
 		<view class="u-demo-block__content" style="margin-top: 15px;">
@@ -562,24 +562,30 @@ export default {
 	padding-top: 0 !important;
 	padding-bottom: 0 !important;
 	position: relative;
-	overflow: hidden;
+	height: 80rpx !important;
 }
 
 ::v-deep .u-input button {
 	position: relative !important;
 	right: 0 !important;
-	transform: translateX(30px);
+	transform: translateX(20rpx);
 	background: #B22338 !important;
-	text{
+
+	text {
 		font-size: 15px !important;
 	}
+
 	color: white;
-	width: 240rpx !important;
+	width: 200rpx !important;
 	height: 80rpx !important;
 	border: none !important;
 	display: flex !important;
 	justify-content: flex-start !important;
 	padding-left: 40rpx !important;
+	border-radius: 0 46rpx 46rpx 0 !important;
+	border: 1px solid #B22338 !important;
+	padding-top: 0 !important;
+	padding-bottom: 0 !important;
 }
 
 .bord {