Karsa пре 2 година
родитељ
комит
16649afb2a
1 измењених фајлова са 5 додато и 5 уклоњено
  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;
       }
     }
   }