From 5978085f3b08b836e9db75c83791379b1592dd93 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Mon, 29 Apr 2019 19:29:04 +0800 Subject: Page style created by CCVPN instance Change-Id: I281c28ffb640d9cdaa220e89099f1f63960667c2 Issue-ID: USECASEUI-220 Signed-off-by: guochuyicmri --- usecaseui-portal/src/styles.less | 41 ++++------------------------------------ 1 file changed, 4 insertions(+), 37 deletions(-) (limited to 'usecaseui-portal/src/styles.less') 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{ -- cgit 1.2.3-korg