浏览代码

/deep/ 替换成::v-deep

gcz 1 天之前
父节点
当前提交
0447b1e8d5
共有 9 个文件被更改,包括 12 次插入12 次删除
  1. 2 2
      center/findpaypass.vue
  2. 1 1
      center/memberinfo.vue
  3. 1 1
      center/pay.vue
  4. 1 1
      center/recharge.vue
  5. 1 1
      center/setPaypass.vue
  6. 1 1
      components/tabbar.vue
  7. 3 3
      pages/bookticket.vue
  8. 1 1
      pages/index/index.vue
  9. 1 1
      static/css/common.scss

+ 2 - 2
center/findpaypass.vue

@@ -94,10 +94,10 @@
 		margin-bottom: 130rpx;
 	}
 }
-/deep/ .u-code-input__item{
+::v-deep .u-code-input__item{
 	flex-grow: 1;
 }
-/deep/ .u-button{
+::v-deep .u-button{
 	margin-top: 80rpx;
 	width: 80%!important;
 }

+ 1 - 1
center/memberinfo.vue

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

+ 1 - 1
center/pay.vue

@@ -487,7 +487,7 @@
 .full-btn{
 	margin-top: 100rpx;
 }
-/deep/ .u-popup__content{
+::v-deep .u-popup__content{
 	overflow: hidden;
 	border-radius: 8rpx;
 }

+ 1 - 1
center/recharge.vue

@@ -220,7 +220,7 @@ page{
 .customize{
 	margin-bottom: 50rpx;
 	&.active{
-		/deep/ .u-input{
+		::v-deep .u-input{
 			border-color: #3B49BF!important;
 		}
 	}

+ 1 - 1
center/setPaypass.vue

@@ -224,7 +224,7 @@ page{
 <style lang="scss" scoped>
 .page-wrap{
 	text-align: center;
-	/deep/ .u-code-input__item{
+	::v-deep .u-code-input__item{
 		flex-grow: 1!important;
 	}
 }

+ 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

@@ -698,11 +698,11 @@
 		}
 
 		.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;
 			}
 
@@ -842,7 +842,7 @@
 			text-align: right;
 			font-size: 28rpx;
 		}
-		/deep/ .u-input{
+		::v-deep .u-input{
 			width: auto;
 			flex: 1;
 		}

+ 1 - 1
pages/index/index.vue

@@ -137,7 +137,7 @@ $pagegap:32rpx;
 }
 .search-wrap{
 	background-color: #EF2121;
-	/deep/ .u-search__action{
+	::v-deep .u-search__action{
 		color: #fff;
 	}
 }

+ 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;