Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or login to post a comment