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
2022-12-22 18:59:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9ec08af426da3df123c26a4609870e5e7f5ccb8b
9ec08af4
1 parent
18990c9d
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 @
9ec08af
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-12-22 18:
38:44
* @LastEditTime: 2022-12-22 18:
58:41
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -13,7 +13,7 @@
scrollable
mode="closeable"
/>
<div class="table-box" :style="{ margin: is_pc ? '1rem 0' : '1rem'}">
<div class="table-box" :style="{ margin: is_pc ? '1rem 0' : '1rem'
, overflow: 'auto'
}">
<van-image
v-if="PHeader.type === '单张图'"
width="100%"
...
...
Please
register
or
login
to post a comment