zhangjie 2 년 전
부모
커밋
b98b685815
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/assets/styles/pages.scss
  2. 0 0
      src/modules/paper-export/previewTemp.js

+ 3 - 3
src/assets/styles/pages.scss

@@ -769,20 +769,20 @@
 // rich-text
 .rich-text {
   display: inline-block;
-  vertical-align: top;
+  vertical-align: middle;
   line-height: 20px;
 
   img[data-is-answer-point] {
     max-width: 100%;
     max-height: 16px;
     display: inline-block;
-    vertical-align: text-top;
+    vertical-align: middle;
     border-bottom: 1px solid #000;
   }
   audio {
     height: 20px;
     display: inline-block;
-    vertical-align: top;
+    vertical-align: middle;
     margin-left: 5px;
     margin-right: 5px;
   }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/modules/paper-export/previewTemp.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.