@@ -62,40 +62,40 @@ export function useTabDropdown(tabContentProps: TabContentProps) {
6262 index === tabStore . getTabsState . length - 1 && tabStore . getLastDragEndIndexState >= 0 ;
6363 const dropMenuList : DropMenu [ ] = [
6464 {
65- icon : 'ant-design :reload-outlined ' ,
65+ icon : 'ion :reload-sharp ' ,
6666 event : MenuEventEnum . REFRESH_PAGE ,
6767 text : t ( 'layout.multipleTab.redo' ) ,
6868 disabled : refreshDisabled ,
6969 } ,
7070 {
71- icon : 'ant-design :close-outlined ' ,
71+ icon : 'clarity :close-line ' ,
7272 event : MenuEventEnum . CLOSE_CURRENT ,
7373 text : t ( 'layout.multipleTab.close' ) ,
7474 disabled : meta ?. affix || disabled ,
7575 divider : true ,
7676 } ,
7777 {
78- icon : 'ant-design:pic-left-outlined ' ,
78+ icon : 'line-md:arrow-close-left ' ,
7979 event : MenuEventEnum . CLOSE_LEFT ,
8080 text : t ( 'layout.multipleTab.closeLeft' ) ,
8181 disabled : closeLeftDisabled ,
8282 divider : false ,
8383 } ,
8484 {
85- icon : 'ant-design:pic-right-outlined ' ,
85+ icon : 'line-md:arrow-close-right ' ,
8686 event : MenuEventEnum . CLOSE_RIGHT ,
8787 text : t ( 'layout.multipleTab.closeRight' ) ,
8888 disabled : closeRightDisabled ,
8989 divider : true ,
9090 } ,
9191 {
92- icon : 'ant-design:pic -center-outlined ' ,
92+ icon : 'dashicons:align -center' ,
9393 event : MenuEventEnum . CLOSE_OTHER ,
9494 text : t ( 'layout.multipleTab.closeOther' ) ,
9595 disabled : disabled ,
9696 } ,
9797 {
98- icon : 'ant-design:line-outlined ' ,
98+ icon : 'clarity:minus-line ' ,
9999 event : MenuEventEnum . CLOSE_ALL ,
100100 text : t ( 'layout.multipleTab.closeAll' ) ,
101101 disabled : disabled ,
0 commit comments