From 8f1facfc42a7ab98cf39f624034dbd6e82b83386 Mon Sep 17 00:00:00 2001 From: zhangab Date: Fri, 15 Feb 2019 14:24:18 +0800 Subject: Fix VNF Performance Query Bugs Change-Id: I54894af1b0082c4e107a80531179801eddc6a547 Issue-ID: USECASEUI-230 Signed-off-by: zhangab --- usecaseui-portal/src/styles.less | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'usecaseui-portal/src/styles.less') diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less index 9574b8e0..b75db1fd 100644 --- a/usecaseui-portal/src/styles.less +++ b/usecaseui-portal/src/styles.less @@ -242,16 +242,23 @@ nz-layout { font-family:"ArialMT" !important; font-size: 13px !important; } -// 時間框 -.ant-calendar-picker .ant-input { - background-color: #fff; - border-color: #EEEEEE; -} -.ant-calendar-picker:hover { - border-color: #58B7F9; -} -.ant-calendar-picker { - width: 234px !important; +// Time box change +nz-range-picker { + nz-picker { + .ant-calendar-picker .ant-input { + width: 260px !important; + height: 30px; + background-color: #fff !important; + border-color: #EEEEEE !important; + color: rgba(60, 79, 140, 0.5); + } + .ant-input:hover { + border-color: #58B7F9 !important; + } + .ant-calendar-picker-clear:hover { + color: #58B7F9 !important; + } + } } //2019.01.21 add services-list.component.html -- cgit 1.2.3-korg