Kevin Jiang лет назад: 3
Родитель
Сommit
e831e78915
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      src/views/report/components/reference/ReferenceSearchResultItem.vue

+ 4 - 2
src/views/report/components/reference/ReferenceSearchResultItem.vue

@@ -83,8 +83,9 @@ function onInsertion() {
 
 
 <style scoped lang="scss">
 <style scoped lang="scss">
 .section-title {
 .section-title {
-  ::v-deep em {
+  :deep em {
     color: red;
     color: red;
+    font-style: normal;
   }
   }
 }
 }
 .content-wrap {
 .content-wrap {
@@ -94,8 +95,9 @@ function onInsertion() {
     color: #bebebe;
     color: #bebebe;
   }
   }
 
 
-  ::v-deep .content em {
+  :deep .content em {
     color: red;
     color: red;
+    font-style: normal;
   }
   }
 }
 }
 .btn-group {
 .btn-group {