This commit is contained in:
wangjiahai
2023-11-22 15:09:44 +08:00
parent 3c9814dfe6
commit 4c3ac27e62

View File

@@ -1,6 +1,6 @@
<template> <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" <view @click="bind"
style="background: #f1f2f3;width: 100%;height: 35px;line-height: 35px;text-align: center;color: red;"> style="background: #f1f2f3;width: 100%;height: 35px;line-height: 35px;text-align: center;color: red;">
@@ -101,4 +101,9 @@
} }
.oragin {} .oragin {}
uni-page-body,
page {
background: #FFFFFF;
}
</style> </style>