diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-29 19:29:04 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-29 19:29:12 +0800 |
commit | 5978085f3b08b836e9db75c83791379b1592dd93 (patch) | |
tree | 9dd637bb399c20a7265f821a42a124a9501969a5 /usecaseui-portal/src/styles.less | |
parent | ac0058d56a368d626a2867bbbf5fd41a7a55b6aa (diff) |
Page style created by CCVPN instance
Change-Id: I281c28ffb640d9cdaa220e89099f1f63960667c2
Issue-ID: USECASEUI-220
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r-- | usecaseui-portal/src/styles.less | 41 |
1 files changed, 4 insertions, 37 deletions
diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less index b12aa622..86c5b08f 100644 --- a/usecaseui-portal/src/styles.less +++ b/usecaseui-portal/src/styles.less @@ -384,7 +384,7 @@ nz-modal .serviceCreationModel.ant-modal,nz-modal .deleteModel.ant-modal, nz-mod } ; .ant-tabs-tab { - width: 175px; + width: 230px; height: 59px !important; line-height: 38px; text-align: center; @@ -437,7 +437,7 @@ nz-modal .serviceCreationModel.ant-modal,nz-modal .deleteModel.ant-modal, nz-mod } } -.model .creation .site nz-table, .model .creation .sitegroup nz-table,.model .detaildata .site nz-table, .model .detaildata .sitegroup nz-table { +.model .creation .site nz-table,.model .detaildata .site nz-table,.model .creation .sotnvpn nz-table,.model .detaildata .sotnvpn nz-table{ .ant-table-wrapper { margin: 20px 0; .ant-table-small { @@ -488,10 +488,10 @@ nz-modal .serviceCreationModel.ant-modal,nz-modal .deleteModel.ant-modal, nz-mod .ant-table-thead{ tr{ height: 45px; - color:rgba(60,79,140,0.5); + color: #3C4F8C; th{ border: none; - color:rgba(60,79,140,0.5); + color: #3C4F8C; font-size: 16px; font-weight: 500; padding: 8px 0!important; @@ -527,39 +527,6 @@ nz-modal .serviceCreationModel.ant-modal,nz-modal .deleteModel.ant-modal, nz-mod } } -.sitegroupmodal nz-table { - .ant-table-wrapper { - margin: 0 auto; - margin-top: 30px; - width: 340px; - } - .ant-table-small { - border: none; - border-top: 1px solid #e8e8e8; - border-radius: 4px; - .ant-table-body{ - table{ - padding: 0 1px; - .ant-table-thead{ - tr{ - font-size: 16px; - height: 45px; - color: #3C4F8C; - } - } - } - } - .ant-table-placeholder{ - margin-top: 30px; - font-size: 16px; - background:url("./assets/images/noDatalist.png") no-repeat 50% 0; - span { - display: inline-block; - padding-top: 50px; - } - } - } -} //2019.02.01 gong add .list#services-list nz-table{ .ant-table-wrapper{ |