From 3fd3e6ba85fa8351febb0560a2bafd1836b9c009 Mon Sep 17 00:00:00 2001 From: shuai Date: Mon, 25 Nov 2024 11:22:54 +0800 Subject: [PATCH] fix: Optimize the mobile style of QueryGroup component dropdown btns --- ui/src/components/QueryGroup/index.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ui/src/components/QueryGroup/index.tsx b/ui/src/components/QueryGroup/index.tsx index 52fca6166..878e8ed64 100644 --- a/ui/src/components/QueryGroup/index.tsx +++ b/ui/src/components/QueryGroup/index.tsx @@ -143,11 +143,7 @@ const Index: FC = ({ as="a" key={key} active={currentSort === name} - className={classNames( - 'text-capitalize', - 'd-block d-sm-none', - className, - )} + className={classNames('text-capitalize', className)} href={ pathname ? `${REACT_BASE_PATH}${pathname}${handleParams(key)}`