Showing
2 changed files
with
3 additions
and
1 deletions
| ... | @@ -285,6 +285,7 @@ export default { | ... | @@ -285,6 +285,7 @@ export default { |
| 285 | text-align: right; | 285 | text-align: right; |
| 286 | color: #713610; | 286 | color: #713610; |
| 287 | font-size: 1rem; | 287 | font-size: 1rem; |
| 288 | + margin-top: 0.5rem; | ||
| 288 | } | 289 | } |
| 289 | } | 290 | } |
| 290 | .book-handle { | 291 | .book-handle { | ... | ... |
| ... | @@ -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-15 18:53:36 | 5 | + * @LastEditTime: 2022-06-15 20:02:37 |
| 6 | * @FilePath: /tswj/src/views/client/bookDetail.vue | 6 | * @FilePath: /tswj/src/views/client/bookDetail.vue |
| 7 | * @Description: | 7 | * @Description: |
| 8 | --> | 8 | --> |
| ... | @@ -372,6 +372,7 @@ sharePage({}); | ... | @@ -372,6 +372,7 @@ sharePage({}); |
| 372 | text-align: right; | 372 | text-align: right; |
| 373 | color: #713610; | 373 | color: #713610; |
| 374 | font-size: 1rem; | 374 | font-size: 1rem; |
| 375 | + margin-top: 0.5rem; | ||
| 375 | } | 376 | } |
| 376 | } | 377 | } |
| 377 | 378 | ... | ... |
-
Please register or login to post a comment