From a36ef0f2dac3b35d1ca48433c2e204b83c2d2d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Thu, 12 Oct 2017 09:34:27 +0800 Subject: [PATCH] fixed #2050 --- examples/routers/date.vue | 10 +++++++--- src/styles/components/date-picker.less | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/examples/routers/date.vue b/examples/routers/date.vue index 4a66d2cf..c34a9267 100644 --- a/examples/routers/date.vue +++ b/examples/routers/date.vue @@ -1,8 +1,8 @@ - + diff --git a/src/styles/components/date-picker.less b/src/styles/components/date-picker.less index c008b63f..eb1a66f3 100644 --- a/src/styles/components/date-picker.less +++ b/src/styles/components/date-picker.less @@ -194,6 +194,7 @@ &-transfer{ z-index: @zindex-transfer; max-height: none; + width: auto; } }