فهرست منبع

去掉课文预览上下居中

natasha 1 ماه پیش
والد
کامیت
0be6256d5a

+ 2 - 1
src/views/book/courseware/preview/components/article/index.vue

@@ -830,7 +830,8 @@ export default {
   .main {
     display: grid;
     row-gap: 24px;
-    align-items: center;
+
+    // align-items: center;
   }
 
   .NPC-ArticleView {

+ 2 - 1
src/views/book/courseware/preview/components/dialogue_article/index.vue

@@ -826,7 +826,8 @@ export default {
   .main {
     display: grid;
     row-gap: 24px;
-    align-items: center;
+
+    // align-items: center;
   }
 
   .NPC-ArticleView {