diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-12 18:06:52 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-12 18:06:58 +0800 |
commit | b1592103a3164e8dced4f843e0b69b2599d1dd60 (patch) | |
tree | 1f65d69e2754557e329447b06ce040872566ac93 /usecaseui-portal/src/styles.less | |
parent | e60a7298e1d9d83c887cd53fd8f9df71753b8f97 (diff) |
Service instance lifecycle management
Change-Id: I788dbbc35e29d98885ec8d598929eb8193f6fc4f
Issue-ID: USECASEUI-218
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r-- | usecaseui-portal/src/styles.less | 14 |
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 |