From a5987000285c8001cfc87a994843eceb7622d49d Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 24 Jun 2025 16:32:51 +0800 Subject: [PATCH] * [refac bug #63629] Adjust page style. --- module/company/ui/dynamic.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/company/ui/dynamic.html.php b/module/company/ui/dynamic.html.php index 4981723a07..a2b72ae50d 100644 --- a/module/company/ui/dynamic.html.php +++ b/module/company/ui/dynamic.html.php @@ -87,7 +87,7 @@ featureBar on::change('changeItem') ) ), - li(searchToggle(set::module('action'), set::open($browseType == 'bysearch'))) + li(setClass('ml-4'), searchToggle(set::module('action'), set::open($browseType == 'bysearch'))) ); $content = null;