Explorar o código

富文本的样式权重

Karsa %!s(int64=2) %!d(string=hai) anos
pai
achega
16649afb2a
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      src/views/priceDriven/detail.vue

+ 5 - 5
src/views/priceDriven/detail.vue

@@ -547,15 +547,15 @@ onUnmounted(() => {
     .rich-section {
       padding: 20px;
       ::v-deep(img) {
-        width: 100%;
+        width: 100% !important;
       }
       ::v-deep(span) {
-        font-size: 18px;
-        line-height: 1.8;
+        font-size: 18px !important;
+        line-height: 1.8 !important;
       }
       ::v-deep(p) {
-        font-size: 18px;
-        line-height: 1.8;
+        font-size: 18px !important;
+        line-height: 1.8 !important;
       }
     }
   }