diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-09-25 15:27:20 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-09-25 15:27:24 +0800 |
commit | 2095b1813d7eeeb97776fc770e290157e938f363 (patch) | |
tree | 8bb744cf2da58e8435db05740f52662b12aa38f6 /usecaseui-portal/src/app/views | |
parent | 268f61f7b41c71c802477614edae2e22f375826c (diff) |
feat:optimize sytle of service creation page
Change-Id: I446025588bab44bca02dac3121ca3432dabe1e4f
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/views')
-rw-r--r-- | usecaseui-portal/src/app/views/ccvpn-creation/ccvpn-creation.component.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/views/ccvpn-creation/ccvpn-creation.component.css b/usecaseui-portal/src/app/views/ccvpn-creation/ccvpn-creation.component.css index 7d8e8e23..23d05259 100644 --- a/usecaseui-portal/src/app/views/ccvpn-creation/ccvpn-creation.component.css +++ b/usecaseui-portal/src/app/views/ccvpn-creation/ccvpn-creation.component.css @@ -109,16 +109,16 @@ hr { } .model .creation .service-title .lable{ display: inline-block; - width: 100px; font: 700 14px "Arial"; color: #3C4F8C; height: 42px; line-height: 42px; vertical-align: middle; margin-left: 5px; + margin-right: 10px; } .model .creation .service-title input { - width: 230px; + width: 20%; height: 42px; border-radius:4px; outline: none; |