From 05beb6811ead4def012187f71bf6189fee73bd6e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 16 七月 2024 10:26:30 +0800 Subject: [PATCH] 2024-07-16 --- src/menu/components/form/formaction/index.jsx | 2 +- src/menu/components/share/actioncomponent/dragaction/card.jsx | 2 +- src/menu/components/card/cardcellcomponent/dragaction/action.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/dragaction/action.jsx b/src/menu/components/card/cardcellcomponent/dragaction/action.jsx index 44c1b19..729095c 100644 --- a/src/menu/components/card/cardcellcomponent/dragaction/action.jsx +++ b/src/menu/components/card/cardcellcomponent/dragaction/action.jsx @@ -102,7 +102,7 @@ <CopyOutlined className="copy" title="澶嶅埗" onClick={() => copyCard(id)} /> <CloseOutlined className="close" title="鍒犻櫎" onClick={() => delCard(id)} /> <FontColorsOutlined className="style" title="璋冩暣鏍峰紡" onClick={() => changeStyle(id)} /> - {hasProfile ? <ProfileOutlined className="profile" title="setting" onClick={() => profileCard(id)} /> : null} + {hasProfile ? <ProfileOutlined className="profile" title="楠岃瘉淇℃伅" onClick={() => profileCard(id)} /> : null} {updateTime} </div> } trigger="hover"> diff --git a/src/menu/components/form/formaction/index.jsx b/src/menu/components/form/formaction/index.jsx index 0287ff7..b577b18 100644 --- a/src/menu/components/form/formaction/index.jsx +++ b/src/menu/components/form/formaction/index.jsx @@ -223,7 +223,7 @@ <div className="mk-popover-control"> <EditOutlined className="edit" title="缂栬緫" onClick={() => this.handleAction(group.subButton)} /> <FontColorsOutlined className="style" title="璋冩暣鏍峰紡" onClick={() => this.handleStyle(group.subButton)}/> - <ProfileOutlined className="profile" title="setting" onClick={() => this.profileAction()} /> + <ProfileOutlined className="profile" title="楠岃瘉淇℃伅" onClick={() => this.profileAction()} /> </div> } trigger="hover"> <Button type="link" className="submit" onDoubleClick={this.changeMenu} style={resetStyle(group.subButton.style)}>{group.subButton.label}</Button> diff --git a/src/menu/components/share/actioncomponent/dragaction/card.jsx b/src/menu/components/share/actioncomponent/dragaction/card.jsx index 5955f56..e65eb9b 100644 --- a/src/menu/components/share/actioncomponent/dragaction/card.jsx +++ b/src/menu/components/share/actioncomponent/dragaction/card.jsx @@ -111,7 +111,7 @@ {!card.$fixed ? <CopyOutlined className="copy" onClick={() => copyCard(id)} /> : null} {!card.$fixed ? <CloseOutlined className="close" onClick={() => delCard(id)} /> : null} {type !== 'datacard' && type !== 'basetable' && !card.$fixed ? <FontColorsOutlined className="style" title="璋冩暣鏍峰紡" onClick={() => changeStyle(id)}/> : ''} - {hasProfile ? <ProfileOutlined className="profile" title="楠岃瘉" onClick={() => profileCard(id)} /> : null} + {hasProfile ? <ProfileOutlined className="profile" title="楠岃瘉淇℃伅" onClick={() => profileCard(id)} /> : null} {updateTime} </div> } trigger="hover"> -- Gitblit v1.8.0