summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/management/management.component.less
diff options
context:
space:
mode:
authorChuyi Guo <guochuyi@chinamobile.com>2019-08-30 02:09:43 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-30 02:09:43 +0000
commit1e5a6ed6c57345d4f51c3b8a46b00e9bf3607054 (patch)
tree750b01a470e8d0a7656c0e0ef9e3e3dfe41aa49a /usecaseui-portal/src/app/views/management/management.component.less
parent2693152e849d12e71db93576c03a729be55ca0b4 (diff)
parentccb53ef320d2a26f2ea1804993047bb00140d8d8 (diff)
Merge changes I7aec6473,Ifc03d49f
* changes: style: management page style optimization style: home page optimization
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