From 4bbf5fa371bcc5ecece9e68825b03766f914a912 Mon Sep 17 00:00:00 2001 From: guofeilong Date: Tue, 11 Oct 2022 08:54:36 +0000 Subject: [PATCH] * fix bug #28333 --- module/product/css/all.css | 5 +++-- module/product/view/all.html.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/module/product/css/all.css b/module/product/css/all.css index 4c90b7ddf1..630c6a6e36 100644 --- a/module/product/css/all.css +++ b/module/product/css/all.css @@ -55,7 +55,7 @@ th.c-actions {width: 50px;} #productListForm thead > tr > th.c-checkbox {border-left: none; padding-left: 15px; width: 30px;} #productListForm tbody > tr > td {padding: 2px 4px;} #productListForm tbody > tr > td:first-child {text-align: left; padding-left: 15px;} -#productListForm tbody > tr > td.table-nest-title {padding-left: 16px;} +#productListForm tbody > tr > td.table-nest-title {padding-left: 16px; display: flex; align-items: center;} #productListForm th.table-nest-title .nest-has-checkbox {margin-top: 7px; margin-left: 35px;} #productListForm th.table-nest-title .nest-none-checkbox {margin-top: 8px; margin-left: 5px;} #productListForm th.table-nest-title .header {margin-left: 5px;} @@ -100,4 +100,5 @@ th.c-actions {width: 50px;} #productTableList .c-manager {padding-left: 14px;} #productTableList .c-manager a {top: 7px; left: 22px;} .checkbox-primary {margin-right: 10px;} -.table-nest-title > a{padding-left: 6px;} +.table-nest-title > a, .table-nest-title > span {padding-left: 2px;} +.table-nest-icon {font-size: 14px; top: 50%;} diff --git a/module/product/view/all.html.php b/module/product/view/all.html.php index 9bf4b93b02..857b56e257 100644 --- a/module/product/view/all.html.php +++ b/module/product/view/all.html.php @@ -103,7 +103,7 @@
- +