Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -2,13 +2,13 @@ | ... | @@ -2,13 +2,13 @@ |
| 2 | * @Author: hookehuyr hookehuyr@gmail.com | 2 | * @Author: hookehuyr hookehuyr@gmail.com |
| 3 | * @Date: 2022-05-26 23:52:36 | 3 | * @Date: 2022-05-26 23:52:36 |
| 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 5 | - * @LastEditTime: 2022-11-17 13:34:07 | 5 | + * @LastEditTime: 2022-11-23 13:21:48 |
| 6 | * @FilePath: /data-table/src/App.vue | 6 | * @FilePath: /data-table/src/App.vue |
| 7 | * @Description: | 7 | * @Description: |
| 8 | --> | 8 | --> |
| 9 | <template> | 9 | <template> |
| 10 | <van-row v-if="is_pc"> | 10 | <van-row v-if="is_pc"> |
| 11 | - <van-col span="10" offset="7"> | 11 | + <van-col span="20" offset="2"> |
| 12 | <router-view></router-view> | 12 | <router-view></router-view> |
| 13 | </van-col> | 13 | </van-col> |
| 14 | </van-row> | 14 | </van-row> | ... | ... |
-
Please register or login to post a comment