From fbc52850245050139bd9346d5cbab8e4ff849d06 Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Thu, 5 Mar 2020 10:10:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=BB=9F=E8=AE=A1=E7=BB=86?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/global.scss | 5 +++++ pages/statistics/components/date-selector.vue | 13 ++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/common/style/global.scss b/common/style/global.scss index 4872bdc..8b1dfe7 100644 --- a/common/style/global.scss +++ b/common/style/global.scss @@ -24,6 +24,11 @@ margin: 0 20rpx; font-size: 16px; color: $black; + overflow: hidden; + } + + .card-head-action { + font-size: 14px; } } } diff --git a/pages/statistics/components/date-selector.vue b/pages/statistics/components/date-selector.vue index 8a00491..679e883 100644 --- a/pages/statistics/components/date-selector.vue +++ b/pages/statistics/components/date-selector.vue @@ -1,10 +1,13 @@