From: cyuamber Date: Sun, 29 Sep 2019 02:18:39 +0000 (+0800) Subject: style: optimize the style of the onboard page X-Git-Tag: 2.0.2~176 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F96369%2F1;p=usecase-ui.git style: optimize the style of the onboard page Change-Id: I97d479f904ef2b2900974f8b66920607ac6c3c25 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- diff --git a/usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less b/usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less index 77c25364..f877e1ca 100644 --- a/usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less +++ b/usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less @@ -16,50 +16,8 @@ th{ background-color: rgba(241,243,244,.9) !important; } -.title { - font: 700 18px/18px "思源黑体"; - color: #4c5e70; - margin-bottom: 18px; -} -hr { - border: none; - height: 2px; - background-color: #dce1e7; - margin-bottom: 20px; -} -.switch_btn { - position: absolute; - right: 6%; - top: 18px; - border: 1px solid #3fa8eb; - width: 8%; - border-radius: 10px; - margin-bottom: 18px; - span { - display: block; - float: left; - text-align: center; - width: 50%; - color: #3fa8eb; - font-weight: 700; - cursor: pointer; - } - span:first-child { - border-radius: 10px 0 0 10px; - } - span:last-child { - border-radius: 0 10px 10px 0; - } - span.left_b { - border-left: 1px solid #3fa8eb; - } - span.active { - color: #fff; - background: #3fa8eb; - } -} .list { - border-radius: 5px; + padding: 20px; .listUploadContainer{ display: flex; align-items: flex-start;