diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-12-18 15:16:39 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-12-18 15:16:43 +0800 |
commit | 1c006f9d6141e264961f0fed4cbd27b931580dd5 (patch) | |
tree | 84f97b998971a77be06ec268d631aaacba120669 /usecaseui-portal/src/styles.less | |
parent | 9d66a97004715bbeb4bc02a7fcbd8d7dea9ec55a (diff) |
feat:Optimize page style of slicing management page
Change-Id: I3df19a4463a65116401c96c65000c63a5a22d699
Issue-ID: USECASEUI-369
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r-- | usecaseui-portal/src/styles.less | 26 |
1 files changed, 22 insertions, 4 deletions
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 { |