Selaa lähdekoodia

左右视图中的试卷图片,去掉max-width,防止出现scale值在增大,图片却没变化,造成再返回缩小时不灵敏的假象

刘洋 1 vuosi sitten
vanhempi
commit
26dca00e90
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      src/assets/styles/element/custom.scss

+ 3 - 0
src/assets/styles/element/custom.scss

@@ -364,4 +364,7 @@ body {
       display:flex;
     }
   }
+}
+.mark-container .mark-content .mark-content-paper img{
+  max-width: none !important;
 }