소스 검색

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

刘洋 1 년 전
부모
커밋
26dca00e90
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }