From e60a7298e1d9d83c887cd53fd8f9df71753b8f97 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Thu, 11 Apr 2019 18:04:43 +0800 Subject: Service instance lifecycle management Change-Id: I4e441c91fb0a809d9c7a0517ba747897f58c1283 Issue-ID: USECASEUI-218 Signed-off-by: guochuyicmri --- usecaseui-portal/src/styles.less | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'usecaseui-portal/src/styles.less') diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less index 7c17ab29..845187a5 100644 --- a/usecaseui-portal/src/styles.less +++ b/usecaseui-portal/src/styles.less @@ -33,9 +33,11 @@ nz-table { .ant-select-selection--single { height: 40px; line-height: 40px !important; + border:none !important; .ant-select-selection-selected-value { height: 40px; line-height: 40px !important; + margin-left: 5px !important; } } } @@ -63,12 +65,15 @@ nz-table { color: #fff; } } + .ant-pagination-options-quick-jumper{ + display: none!important; + } } } } } -// Detail page mini table style +// 详情页迷你表格样式 .detailInformatioin { nz-table { .ant-table-small { @@ -119,9 +124,11 @@ nz-pagination { .ant-select-selection--single { height: 40px; line-height: 40px !important; + border:none !important; .ant-select-selection-selected-value { height: 40px; line-height: 40px !important; + margin-left: 5px !important; } } } @@ -149,6 +156,9 @@ nz-pagination { color: #fff; } } + .ant-pagination-options-quick-jumper{ + display: none!important; + } } } -- cgit 1.2.3-korg