hookehuyr

fix

...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Author: hookehuyr hookehuyr@gmail.com 2 * @Author: hookehuyr hookehuyr@gmail.com
3 * @Date: 2022-05-21 09:35:14 3 * @Date: 2022-05-21 09:35:14
4 * @LastEditors: hookehuyr hookehuyr@gmail.com 4 * @LastEditors: hookehuyr hookehuyr@gmail.com
5 - * @LastEditTime: 2022-06-24 14:35:03 5 + * @LastEditTime: 2022-06-24 17:26:02
6 * @FilePath: /tswj/src/views/client/bookDetail.vue 6 * @FilePath: /tswj/src/views/client/bookDetail.vue
7 * @Description: 7 * @Description:
8 --> 8 -->
...@@ -425,6 +425,7 @@ sharePage({}); ...@@ -425,6 +425,7 @@ sharePage({});
425 color: #333333; 425 color: #333333;
426 margin-top: 0.25rem; 426 margin-top: 0.25rem;
427 line-height: 1.7; 427 line-height: 1.7;
428 + text-align: justify;
428 } 429 }
429 430
430 .book-toggle-icon { 431 .book-toggle-icon {
......