From 1c006f9d6141e264961f0fed4cbd27b931580dd5 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Wed, 18 Dec 2019 15:16:39 +0800 Subject: feat:Optimize page style of slicing management page Change-Id: I3df19a4463a65116401c96c65000c63a5a22d699 Issue-ID: USECASEUI-369 Signed-off-by: cyuamber --- usecaseui-portal/src/styles.less | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'usecaseui-portal/src/styles.less') diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less index 1bca5408..6f10e362 100644 --- a/usecaseui-portal/src/styles.less +++ b/usecaseui-portal/src/styles.less @@ -828,13 +828,31 @@ nz-notification-container .ant-notification{ } .slicing-resource-table-list{ padding: 0 20px 0 0!important; + nz-table{ + .ant-table-wrapper{ + .ant-table-body{ + th,td{ + word-break: break-word!important; + } + } + } + } } .taskmodel_list{ margin-bottom: 20px; -} - -.taskmodel_list { - margin-bottom: 20px; + nz-table{ + .ant-table-wrapper{ + .ant-table-body{ + th,td{ + word-break: break-word!important; + } + } + } + } + .ant-list-header{ + font-weight: 600; + color: #000000!important; + } } .model-table-padding { -- cgit 1.2.3-korg