diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-12-12 10:18:45 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-12-12 10:18:50 +0800 |
commit | b473586220ef2f1b3905a4028639fde8709cfbe5 (patch) | |
tree | 1f5e322cb073244d13cdbdb06f31d86c0e410fcc /usecaseui-portal/src/styles.less | |
parent | bc115d88c7cbb728880839dd5e32987db167234b (diff) |
fix:fix bugs of slicing business page
Change-Id: I41cdecff5e85df536b94078cd999118772fe92da
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less index 4d647f76..1bca5408 100644 --- a/usecaseui-portal/src/styles.less +++ b/usecaseui-portal/src/styles.less @@ -831,4 +831,14 @@ nz-notification-container .ant-notification{ } .taskmodel_list{ margin-bottom: 20px; +} + +.taskmodel_list { + margin-bottom: 20px; +} + +.model-table-padding { + .ant-table-wrapper { + padding: 10px; + } }
\ No newline at end of file |