diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-22 18:18:38 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-22 18:18:52 +0800 |
commit | daefc8d99b9c86acff909b8fa0b3bf9753d107a2 (patch) | |
tree | 4fb6292c1c5c4533513dc8e86c99ef2d6a76413b /usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css | |
parent | 8c1ae160f8f495c4ce0679203972112735faeccf (diff) |
Fix instance detail for CCVPN
Change-Id: I67dcc0adc46838c45c87470abbc35e08a0e6ab21
Issue-ID: USECASEUI-222
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css')
-rw-r--r-- | usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css b/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css index d0479145..704b2eb2 100644 --- a/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css +++ b/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css @@ -147,6 +147,27 @@ hr { width: 110px; } +.model .sitemodel .inputs ul li span,.model .sotnnpnmodel .inputs ul li span { + display: inline-block; + line-height: 35px; + font-size: 14px; + font-weight: 500; + color: #3C4F8C; + margin-left: 10px; + vertical-align: middle; + float: left; +} +.model .sitemodel .inputs input,.model .sitemodel .inputs nz-select{ + width: 186px; + float: right; + margin-right: 60px; +} +.model .sotnnpnmodel .inputs input{ + width: 186px; + float: left; + margin-left: 20px; +} + /* addsite model */ .model .sitemodel,.model .sotnnpnmodel{ position: absolute; |