团队数据页面修改

cyl/dev
张少康 2 years ago
parent 9f6013650a
commit e768e1efb3

@ -103,7 +103,7 @@
<span slot="billDate">{{dateType}}</span>
</a-table>
<div class="pagecontainer">
<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>跳至
@ -827,6 +827,7 @@ export default {
font-size: 14px;
}
.dataStatisticsContainer {
height: 100%;
@ -1111,4 +1112,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