cyl/dev
wangxia 2 years ago
commit f1b95a4294

@ -103,8 +103,8 @@
<span slot="billDate">{{dateType}}</span>
</a-table>
<div class="pagecontainer">
<a-pagination :current="billPagination.pageNum" :default-current="1" :defaultPageSize="8" :total="billPagination.total" @change="onChange" />
<div class="pagecontainer" v-if="billList.length > 0">
<a-pagination :current="billPagination.pageNum" :default-current="1" :defaultPageSize="10" :total="billPagination.total" @change="onChange" />
<div class="ant-pagination-options-quick-jumper ml12">
<span>{{ billPagination.total }}</span>跳至
<input ref="pageinput" type="text" @keyup.enter="inputpageChange" @blur="inputpageChange" />
@ -823,10 +823,11 @@ export default {
</script>
<style scoped lang="less">
table {
font-size: 14px;
}
table {
font-size: 14px;
}
.dataStatisticsContainer {
height: 100%;
@ -1106,4 +1107,11 @@ td:empty:before {
height: 44px;
line-height: 44px;
}
.ant-empty-description{
font-size: 14px;
color: rgba(0, 0, 0, 0.25);
}
.ant-table-placeholder{
margin-bottom: 16px;
}
</style>

@ -8,7 +8,7 @@
<router-link to="/main">
<img src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/daotianLogo.svg" alt />
<!-- <router-link :to="{name:'home'}"><img src="http://matripeweb.oss-cn-hangzhou.aliyuncs.com/antd/adminLogo.svg" alt=""> -->
<h1>商家控制</h1>
<h1>商家管理后</h1>
<!-- style="position: relative;top: -1px;" -->
</router-link>
</div>

Loading…
Cancel
Save