summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/styles.less
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2019-02-15 14:24:18 +0800
committerzhangab <zhanganbing@chinamobile.com>2019-02-15 14:32:10 +0800
commit8f1facfc42a7ab98cf39f624034dbd6e82b83386 (patch)
tree7cd4381e0ce92b13cd2e2e0129631d8f1d0e8106 /usecaseui-portal/src/styles.less
parenteedea1498658f6c6a07cbad256bca1ab8218ea06 (diff)
Fix VNF Performance Query Bugs
Change-Id: I54894af1b0082c4e107a80531179801eddc6a547 Issue-ID: USECASEUI-230 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r--usecaseui-portal/src/styles.less27
1 files changed, 17 insertions, 10 deletions
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