summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/styles.less
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-04-11 18:04:43 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-04-11 18:04:55 +0800
commite60a7298e1d9d83c887cd53fd8f9df71753b8f97 (patch)
treeffc7cd6386ec89ea0b03b5fa7d1d91dd4681215b /usecaseui-portal/src/styles.less
parentbf099f65e6e5b7b43458eb58bd75e2b134c63b74 (diff)
Service instance lifecycle management
Change-Id: I4e441c91fb0a809d9c7a0517ba747897f58c1283 Issue-ID: USECASEUI-218 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r--usecaseui-portal/src/styles.less12
1 files changed, 11 insertions, 1 deletions
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;
+ }
}
}