Skip to content

Commit

Permalink
给顶部toolbar增加个性化类名
Browse files Browse the repository at this point in the history
  • Loading branch information
tujiajun committed Mar 27, 2024
1 parent e873080 commit f909cf4
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ export const AmisGlobalHeaderToolbar = async (props) => {
"className": "slds-button_icon slds-global-header__icon"
}
],
"label": i18next.t('frontend_help')
"label": i18next.t('frontend_help'),
"className": "steedos-header-toolbar-help"
},
{
"type": "dropdown-button",
"className": "steedos-header-toolbar-setup",
"visibleOn": "${window:innerWidth > 768}",
"label": false,
"trigger": "click",
Expand Down Expand Up @@ -340,7 +342,7 @@ export const AmisGlobalHeaderToolbar = async (props) => {
}
],
"id": "u:857e8161c96b",
"className": "antd-Action",
"className": "antd-Action steedos-header-toolbar-notifications",
"open": false
},
{
Expand Down Expand Up @@ -491,7 +493,7 @@ export const AmisGlobalHeaderToolbar = async (props) => {
],
}
],
"className": "antd-Action"
"className": "antd-Action steedos-header-toolbar-user"
}
]
}
Expand Down

0 comments on commit f909cf4

Please sign in to comment.