fix: benchmark tooltip issues

This commit is contained in:
jialin
2026-02-06 18:34:20 +08:00
parent 4a582ec8b1
commit 096227e3da
14 changed files with 119 additions and 69 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ export const FilterBar: React.FC<FilterBarProps> = (props) => {
actionType === 'dropdown' ? (
<DropDownActions
styles={{
root: { minWidth: '125px' }
root: { minWidth: '140px' }
}}
menu={{
items: actionItems,