diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-03-27 15:34:05 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-03-27 15:34:39 +0800 |
commit | 1c0361eeecfacefc17250a4388f843d8600df04a (patch) | |
tree | 9868b08509c884912f1b31b5b18168ae7358fbeb /usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css | |
parent | 8ca667af29ce93f5b801ccfafbf6d14e55640300 (diff) |
Support OTN Domain Management
Change-Id: I560574b29f6cb74765bf96f976d4511d244c75db
Issue-ID: USECASEUI-226
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css')
-rw-r--r-- | usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css b/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css index 99b58160..0347ce72 100644 --- a/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css +++ b/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css @@ -38,13 +38,17 @@ #tpContainer{ + position: relative; width:100%; - /*height: 80%;*/ + height: 95%; + margin-top: 15px; float: left; + background: #EEF9FF; } .model { + position: relative; padding: 15px; - height: 100%; + height: 100vh; width: 100%; } .model .creation { @@ -53,7 +57,9 @@ /*float: left;*/ width: 20%; position: absolute; - right: 1%; + left: 0; + margin-top: 30px; + margin-left: 30px; border-radius: 5px; box-shadow: 0 0 10px #9e9e9e; padding: 10px; |