Browse Source

修改高亮样式

Kevin Jiang 2 years ago
parent
commit
e831e78915

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

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