summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/management/management.component.less
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-08-29 16:47:50 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-08-29 16:48:25 +0800
commitccb53ef320d2a26f2ea1804993047bb00140d8d8 (patch)
tree71f22c2c8fa7c6da098c9f3cc1551c90fe16eebb /usecaseui-portal/src/app/views/management/management.component.less
parent57e432ae057173ba04ee54fbcb7a152f8c2df301 (diff)
style: management page style optimization
Change-Id: I7aec6473ab0a0d33646896e8655497a5f185ee1b Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/views/management/management.component.less')
-rw-r--r--usecaseui-portal/src/app/views/management/management.component.less8
1 files changed, 7 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/views/management/management.component.less b/usecaseui-portal/src/app/views/management/management.component.less
index 5a3a0f42..1044c4d2 100644
--- a/usecaseui-portal/src/app/views/management/management.component.less
+++ b/usecaseui-portal/src/app/views/management/management.component.less
@@ -14,6 +14,8 @@
limitations under the License.
*/
.content {
+ padding: 20px 20px;
+ height: 100vh;
.management {
width: 100%;
.title {
@@ -38,10 +40,11 @@
margin-bottom: 5%;
}
input {
+ display: block;
width: 50%;
+ height: 50px;
margin: 0 auto;
margin-bottom: 5%;
- display: block;
}
.action{
@@ -75,5 +78,8 @@
}
}
}
+ div:last-child{
+ height: 100%;
+ }
} \ No newline at end of file