Browse Source

/deep/ 替换成::v-deep

gcz 1 ngày trước cách đây
mục cha
commit
5b46f2a029

+ 1 - 1
pages/applyRefund/applyRefund.scss

@@ -38,7 +38,7 @@
         padding: 30rpx;
         margin-bottom: 30rpx;
         border-radius: 5px;
-        /deep/ .u-add-wrap {
+        ::v-deep .u-add-wrap {
           border: 1px dashed #606266;
         }
       }

+ 2 - 2
pages/center/index.vue

@@ -220,8 +220,8 @@ page {
   border: 10rpx solid #4caeff;
 }
 
-.u-cell-box /deep/ .u-cell__left-icon-wrap,
-.u-cell-box /deep/ .custom-icon {
+.u-cell-box ::v-deep .u-cell__left-icon-wrap,
+.u-cell-box ::v-deep .custom-icon {
   color: $my-main-color;
   margin-right: 10rpx;
 }

+ 1 - 1
pages/center/order/orderDetails/orderDetails.scss

@@ -2,7 +2,7 @@
   .u-cell {
     padding: 17rpx 0;
   }
-  /deep/ .u-cell_title {
+  ::v-deep .u-cell_title {
     font-weight: 600;
   }
 }

+ 1 - 1
pages/geomagnetismLock/geomagnetismLock.scss

@@ -280,7 +280,7 @@
 .message-input-wrap {
   margin: 0 -40rpx;
 }
-.message-input-wrap /deep/ .u-input ~ uni-view:last-of-type .u-char-item {
+.message-input-wrap ::v-deep .u-input ~ uni-view:last-of-type .u-char-item {
   background-color: #e8ffe8;
 }
 .really-license-txt {

+ 3 - 3
pages/index/index.scss

@@ -267,10 +267,10 @@ page {
   }
   .promotion-banner {
     margin-top: 20rpx;
-    /deep/ .u-indicator-item-round {
+    ::v-deep .u-indicator-item-round {
       background-color: #aad8ff;
     }
-    /deep/ .u-indicator-item-round-active {
+    ::v-deep .u-indicator-item-round-active {
       background-color: #ffffff;
       // width: 20rpx;
     }
@@ -331,7 +331,7 @@ page {
 .message-input-wrap {
   margin: 0 -40rpx;
 }
-.message-input-wrap /deep/ .u-input ~ uni-view:last-of-type .u-char-item {
+.message-input-wrap ::v-deep .u-input ~ uni-view:last-of-type .u-char-item {
   background-color: #e8ffe8;
 }
 .really-license-txt {

+ 1 - 1
pages/myCars/myCars.scss

@@ -59,7 +59,7 @@
 .message-input-wrap {
   margin: 0 -40rpx;
 }
-.message-input-wrap /deep/ .u-input ~ uni-view:last-of-type .u-char-item {
+.message-input-wrap ::v-deep .u-input ~ uni-view:last-of-type .u-char-item {
   background-color: #e8ffe8;
 }
 .mycars {

+ 1 - 1
pages/parkadvance/parkadvance.scss

@@ -273,7 +273,7 @@
 .message-input-wrap {
   margin: 0 -40rpx;
 }
-.message-input-wrap /deep/ .u-input ~ uni-view:last-of-type .u-char-item {
+.message-input-wrap ::v-deep .u-input ~ uni-view:last-of-type .u-char-item {
   background-color: #e8ffe8;
 }
 .really-license-txt {

+ 1 - 1
pages/parkingLock/parkingLock.scss

@@ -270,7 +270,7 @@
 .message-input-wrap {
   margin: 0 -40rpx;
 }
-.message-input-wrap /deep/ .u-input ~ uni-view:last-of-type .u-char-item {
+.message-input-wrap ::v-deep .u-input ~ uni-view:last-of-type .u-char-item {
   background-color: #e8ffe8;
 }
 .really-license-txt {

+ 1 - 1
pages/payLists/payLists.scss

@@ -9,7 +9,7 @@ page {
   .swiper-box {
     flex: 1;
   }
-  /deep/ .uni-swiper-slides {
+  ::v-deep .uni-swiper-slides {
     bottom: 20rpx;
   }
 }

+ 1 - 1
pages/roadGateSystem/roadGateSystem.scss

@@ -274,7 +274,7 @@
 .message-input-wrap{
 	margin: 0 -40rpx;
 }
-.message-input-wrap /deep/ .u-input ~ uni-view:last-of-type .u-char-item{
+.message-input-wrap ::v-deep .u-input ~ uni-view:last-of-type .u-char-item{
 	background-color: #E8FFE8;
 }
 .really-license-txt{

+ 1 - 1
static/quill/quill.core.scss

@@ -306,7 +306,7 @@
 .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
   padding-right: 28.5em;
 }
-.ql-editor /deep/ .ql-video {
+.ql-editor ::v-deep .ql-video {
   display: block;
   width: 100%;
   margin-bottom: 24rpx;