Răsfoiți Sursa

/deep/替换成::v-deep

gcz 3 zile în urmă
părinte
comite
3b58869929

+ 2 - 2
center/applyshare.vue

@@ -198,7 +198,7 @@ page{
 .form-wrap{
 	margin: 30rpx 32rpx 40rpx;
 	padding: 0 0 20rpx;
-	/deep/ .u-form-item{
+	::v-deep .u-form-item{
 		.u-form-item__body__left__content{
 			justify-content: flex-end;
 			text-align: right;
@@ -223,7 +223,7 @@ page{
 			}
 		}
 	}
-	/deep/ .u-input__content__field-wrapper__field{
+	::v-deep .u-input__content__field-wrapper__field{
 		height: 68rpx;
 	}
 }

+ 1 - 1
center/couponlist.vue

@@ -293,7 +293,7 @@ page{
 		font-size: 28rpx;
 		color: #4E4E4E;
 	}
-	/deep/ .u-icon{
+	::v-deep .u-icon{
 		justify-content: center;
 	}
 }

+ 1 - 1
center/memberinfo.vue

@@ -239,7 +239,7 @@ page{
 	color: #303133;
 	.right{
 		position: relative;
-		/deep/ .u-upload{
+		::v-deep .u-upload{
 			position: absolute;
 			left: 0;
 			top: 0;

+ 1 - 1
components/tabbar.vue

@@ -125,7 +125,7 @@ export default {
 		transform: scale(1.5) translateY(-0.5em);
 	}
 }
-.tabbar /deep/ .u-tabbar-item{
+.tabbar ::v-deep .u-tabbar-item{
 	height: 100rpx;
 }
 </style>

+ 3 - 3
pages/bookticket.vue

@@ -1189,11 +1189,11 @@ import {
 		}
 
 		.list {
-			/deep/ .u-radio-group {
+			::v-deep .u-radio-group {
 				flex-wrap: wrap;
 			}
 
-			/deep/ .u-checkbox-group {
+			::v-deep .u-checkbox-group {
 				flex-wrap: wrap;
 			}
 
@@ -1220,7 +1220,7 @@ import {
 			font-size: 24rpx;
 			color: #606060;
 		}
-		/deep/ .u-icon{
+		::v-deep .u-icon{
 			top: 1px;
 			margin-left: 5px;
 			position: relative;

+ 1 - 1
static/css/common.scss

@@ -30,7 +30,7 @@ $pagegap:32rpx;
 		font-size: 28rpx;
 		font-weight: bold;
 		color: #2D2D2D;
-		/deep/ .u-icon{
+		::v-deep .u-icon{
 			position: relative;
 			top: 5rpx;
 			margin-left: 8rpx;