Browse Source

fix deprecated >>>

Michael Wang 3 years ago
parent
commit
8764a33c60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/CommonMarkHeader.vue

+ 1 - 1
src/components/CommonMarkHeader.vue

@@ -218,7 +218,7 @@ onMounted(() => {
   background-color: rgba(255, 255, 255, 0.2);
   background-color: rgba(255, 255, 255, 0.2);
 }
 }
 
 
-.header-container >>> span {
+.header-container :deep(span) {
   vertical-align: middle;
   vertical-align: middle;
 }
 }
 .header-big-text {
 .header-big-text {