Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2023-12-12 15:28:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ec1786b741fe62cc2210cd06759cda379637e273
ec1786b7
1 parent
0ae3d3d7
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/index.vue
src/views/index.vue
View file @
ec1786b
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-12 1
3:19:30
* @LastEditTime: 2023-12-12 1
5:27:21
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -10,7 +10,7 @@
mode="closeable" />
<div class="table-box" :style="{ margin: is_pc ? '1rem 0' : '1rem', overflow: 'auto' }">
<template v-if="PHeader.visible">
<van-image v-if="PHeader.type === 'image'" width="100%" :src="PHeader.cover + '
?imageView2/2/w/750
'" fit="cover" />
<van-image v-if="PHeader.type === 'image'" width="100%" :src="PHeader.cover + ''" fit="cover" />
<template v-if="PHeader.type === 'carousel'">
<van-swipe class="my-swipe" lazy-render indicator-color="white">
<van-swipe-item v-for="image in PHeader.cover" :key="index"><img :src="image"
...
...
Please
register
or
login
to post a comment