summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-09-25 15:27:20 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-09-25 15:27:24 +0800
commit2095b1813d7eeeb97776fc770e290157e938f363 (patch)
tree8bb744cf2da58e8435db05740f52662b12aa38f6
parent268f61f7b41c71c802477614edae2e22f375826c (diff)
feat:optimize sytle of service creation page
Change-Id: I446025588bab44bca02dac3121ca3432dabe1e4f Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
-rw-r--r--usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.less12
-rw-r--r--usecaseui-portal/src/app/views/ccvpn-creation/ccvpn-creation.component.css4
2 files changed, 9 insertions, 7 deletions
diff --git a/usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.less b/usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.less
index edbd2db0..2964dad9 100644
--- a/usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.less
+++ b/usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.less
@@ -128,14 +128,16 @@ hr {
span {
display: inline-block;
width: 30%;
+ min-width: 80px;
font: 700 14px "Arial";
- vertical-align: middle;
overflow: hidden;
- text-align: left;
+ text-align: left;
+ word-break: break-all;
+ vertical-align: top;
}
input,nz-select{
- width: 65%;
- margin-left:3%
+ width: 49%;
+ margin-left:3%
}
}
}
@@ -150,7 +152,7 @@ hr {
width: 38%;
padding: 10px;
height: 95%;
- margin-right: 40px;
+ margin: 0 auto;
#createChart{
height: 100%;
width: 100%;
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;