필터 공통 UI 변경

This commit is contained in:
focp212@naver.com
2025-09-30 10:16:44 +09:00
parent 1251f5ee61
commit e22ce8845b
2 changed files with 7 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ export const FilterButtonGroups = ({
<>
<div className={ `opt-field ${addClassName || ''}` }>
<div className="opt-label">{ title }</div>
<div className="opt-controls col h36">
<div className={ `opt-controls col h36 ${(onwRowMaxBtn === 4)? 'below': ''}` }>
{ getBtns() }
</div>
</div>