diff --git a/src/components/userinfo/usercenter/components/dataStatistics.vue b/src/components/userinfo/usercenter/components/dataStatistics.vue index 19ba21e..c8e2f73 100644 --- a/src/components/userinfo/usercenter/components/dataStatistics.vue +++ b/src/components/userinfo/usercenter/components/dataStatistics.vue @@ -103,7 +103,7 @@ {{dateType}} -
+
共{{ billPagination.total }}条,跳至 @@ -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; + } \ No newline at end of file diff --git a/src/views/merchantBack.vue b/src/views/merchantBack.vue index 84b97a6..0c804d0 100644 --- a/src/views/merchantBack.vue +++ b/src/views/merchantBack.vue @@ -8,7 +8,7 @@ -

商家控制台

+

商家管理后台