Showing
1 changed file
with
1 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-07-18 10:22:22 | 2 | * @Date: 2022-07-18 10:22:22 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2023-01-09 13:55:29 | 4 | + * @LastEditTime: 2023-01-13 09:32:22 |
| 5 | * @FilePath: /data-table/src/views/index.vue | 5 | * @FilePath: /data-table/src/views/index.vue |
| 6 | * @Description: 首页 | 6 | * @Description: 首页 |
| 7 | --> | 7 | --> |
| ... | @@ -17,7 +17,6 @@ | ... | @@ -17,7 +17,6 @@ |
| 17 | <van-image | 17 | <van-image |
| 18 | v-if="PHeader.type === 'image'" | 18 | v-if="PHeader.type === 'image'" |
| 19 | width="100%" | 19 | width="100%" |
| 20 | - :height="PHeaderHeight" | ||
| 21 | :src="PHeader.cover" | 20 | :src="PHeader.cover" |
| 22 | fit="cover" | 21 | fit="cover" |
| 23 | /> | 22 | /> | ... | ... |
-
Please register or login to post a comment