소스 검색

居中对齐

natasha 1 일 전
부모
커밋
1884950ee9

+ 8 - 0
src/views/book/courseware/preview/components/article/NormalModelChs.vue

@@ -1373,6 +1373,10 @@ export default {
 
       &.textCenter {
         text-align: center;
+
+        .NNPE-chs {
+          justify-content: center;
+        }
       }
 
       &.textRight {
@@ -1576,6 +1580,10 @@ export default {
 
       &.textCenter {
         text-align: center;
+
+        .NNPE-chs {
+          justify-content: center;
+        }
       }
 
       &.textRight {

+ 4 - 0
src/views/book/courseware/preview/components/article/Practicechs.vue

@@ -927,6 +927,10 @@ export default {
 
       &.textCenter {
         text-align: center;
+
+        .NNPE-chs {
+          justify-content: center;
+        }
       }
 
       &.textRight {