aboutsummaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/styles.less
diff options
context:
space:
mode:
authorzhang ab <zhanganbing@chinamobile.com>2019-04-16 01:35:11 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-16 01:35:11 +0000
commitd0354a9bd65975d2af895f22c1f7e7cbc6b17289 (patch)
treed5fc17ee7a8269e44fc158ebd5f86a9a8d4dd0c5 /usecaseui-portal/src/styles.less
parent655aa8c01b5e6eac5ff4aeb4d9dfb9caf2d2b729 (diff)
parentb1592103a3164e8dced4f843e0b69b2599d1dd60 (diff)
Merge "Service instance lifecycle management"
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r--usecaseui-portal/src/styles.less14
1 files changed, 14 insertions, 0 deletions
diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less
index 845187a5..cae17d18 100644
--- a/usecaseui-portal/src/styles.less
+++ b/usecaseui-portal/src/styles.less
@@ -595,4 +595,18 @@ nz-modal {
}
}
}
+}
+//gong 2019.04.12 add
+.healModel{
+ .heal-question{
+ nz-select{
+ .ant-select-selection{
+ height: 42px!important;
+ .ant-select-selection__rendered{
+ line-height: 42px!important;
+ }
+ }
+
+ }
+ }
} \ No newline at end of file