wangjiahai 2 years ago
parent
commit
4c3ac27e62
  1. 7
      pages/card/card.vue

7
pages/card/card.vue

@ -1,6 +1,6 @@
<template>
<z-paging ref="paging" v-model="data" @query="queryList" bgColor="#F8f8f8" :auto='true'>
<z-paging ref="paging" v-model="data" @query="queryList" :auto='true'>
<view @click="bind"
style="background: #f1f2f3;width: 100%;height: 35px;line-height: 35px;text-align: center;color: red;">
@ -101,4 +101,9 @@
}
.oragin {}
uni-page-body,
page {
background: #FFFFFF;
}
</style>
Loading…
Cancel
Save