From 29fbf507aeaec8d0f0535829e6ce8abebd8694c5 Mon Sep 17 00:00:00 2001 From: weicw <594098497@qq.com> Date: Fri, 6 Aug 2021 17:56:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../packages/ele-pro-table/src/main.vue | 4 ++ .../road/collect/{table.vue => list.vue} | 0 src/views/sound/road/statistic/index.vue | 38 +++++++++++++++---- 3 files changed, 34 insertions(+), 8 deletions(-) rename src/views/sound/road/collect/{table.vue => list.vue} (100%) diff --git a/src/components/ele-admin-pro/packages/ele-pro-table/src/main.vue b/src/components/ele-admin-pro/packages/ele-pro-table/src/main.vue index 227c5fc..6f3bfd1 100644 --- a/src/components/ele-admin-pro/packages/ele-pro-table/src/main.vue +++ b/src/components/ele-admin-pro/packages/ele-pro-table/src/main.vue @@ -752,4 +752,8 @@ export default { margin-top: 10px; padding: 0 16px; } + +.ant-table-striped :deep(.table-striped) { + background-color: #fafafa; +} diff --git a/src/views/sound/road/collect/table.vue b/src/views/sound/road/collect/list.vue similarity index 100% rename from src/views/sound/road/collect/table.vue rename to src/views/sound/road/collect/list.vue diff --git a/src/views/sound/road/statistic/index.vue b/src/views/sound/road/statistic/index.vue index 67179ac..bbc3850 100644 --- a/src/views/sound/road/statistic/index.vue +++ b/src/views/sound/road/statistic/index.vue @@ -33,8 +33,13 @@ - + + @@ -44,6 +49,7 @@