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 13:20:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0ae3d3d7e95810c4734bb24f8c03524d0947f631
0ae3d3d7
1 parent
9a35aefa
弥陀的图片显示不清楚调整图片宽度显示
Show 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 @
0ae3d3d
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-
05-26 16:38:56
* @LastEditTime: 2023-
12-12 13:19:30
* @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/
40
0'" fit="cover" />
<van-image v-if="PHeader.type === 'image'" width="100%" :src="PHeader.cover + '?imageView2/2/w/
75
0'" 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