hookehuyr

fix deep选择器写法调整

...@@ -50,7 +50,7 @@ const showPopover = ref(false); ...@@ -50,7 +50,7 @@ const showPopover = ref(false);
50 border-radius: 50%; 50 border-radius: 50%;
51 text-align: center; 51 text-align: center;
52 box-shadow: 0rem -0.17rem 0.67rem 0.08rem rgba(0, 0, 0, 0.05); 52 box-shadow: 0rem -0.17rem 0.67rem 0.08rem rgba(0, 0, 0, 0.05);
53 - /deep/.van-icon { 53 + :deep(.van-icon) {
54 line-height: 1.5; 54 line-height: 1.5;
55 } 55 }
56 } 56 }
......
...@@ -83,7 +83,7 @@ onUnmounted(() => { ...@@ -83,7 +83,7 @@ onUnmounted(() => {
83 } 83 }
84 } 84 }
85 85
86 -/deep/.back-button { 86 +:deep(.back-button) {
87 display: none !important; 87 display: none !important;
88 } 88 }
89 </style> 89 </style>
......