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/services | |
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/services')
-rw-r--r-- | usecaseui-portal/src/app/services/services-list/services-list.component.less | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usecaseui-portal/src/app/services/services-list/services-list.component.less b/usecaseui-portal/src/app/services/services-list/services-list.component.less index bbc8109e..e4a2c6b3 100644 --- a/usecaseui-portal/src/app/services/services-list/services-list.component.less +++ b/usecaseui-portal/src/app/services/services-list/services-list.component.less @@ -150,12 +150,13 @@ hr { border-radius:2px; } .top-num .top-list:nth-child(2){ - background:url("../../../assets/images/servicelist-ns.png") no-repeat; + background:url("../../../assets/images/servicelist-e2e.png") no-repeat; + //background:url("../../../assets/images/servicelist-ns.png") no-repeat; background-size: 100% 100%; } .top-num .top-list:nth-child(3){ - //background:url("../../../assets/images/servicelist-cccvpn.png") no-repeat; - background:url("../../../assets/images/servicelist-sotn.png") no-repeat; + background:url("../../../assets/images/servicelist-e2e.png") no-repeat; + //background:url("../../../assets/images/servicelist-sotn.png") no-repeat; background-size: 100% 100%; } .top-num .top-list:nth-child(4){ |