natasha 1 год назад
Родитель
Сommit
b4a3eb0024
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      src/views/bookShelf/articleDetail.vue
  2. 1 0
      src/views/bookShelf/components/PrintModel.vue

+ 1 - 0
src/views/bookShelf/articleDetail.vue

@@ -2286,6 +2286,7 @@ export default {
 .NNPE-ArticleView {
 .NNPE-ArticleView {
   figure {
   figure {
     font-size: 0;
     font-size: 0;
+    text-align: center;
     img {
     img {
       max-width: 100%;
       max-width: 100%;
     }
     }

+ 1 - 0
src/views/bookShelf/components/PrintModel.vue

@@ -229,6 +229,7 @@
                   <figure
                   <figure
                     v-for="(itemI, indexI) in articleImg[index]"
                     v-for="(itemI, indexI) in articleImg[index]"
                     :key="indexI"
                     :key="indexI"
+                    style="text-align: center"
                   >
                   >
                     <img
                     <img
                       :src="itemI.src"
                       :src="itemI.src"