Skip to content

Commit 6011766

Browse files
author
昔梦
committed
更换指针图标
1 parent 0439a9a commit 6011766

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/x-flow/src/components/IconView/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { createFromIconfontCN } from '@ant-design/icons';
77
*/
88

99
const Icon = createFromIconfontCN({
10-
scriptUrl: '//at.alicdn.com/t/a/font_4069358_v078lmxskn.js',
10+
scriptUrl: '//at.alicdn.com/t/a/font_4069358_n02zzaov1o.js',
1111
});
1212

1313
export default Icon;

packages/x-flow/src/operator/Control/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ const Control = (props: any) => {
4545
onClick={() => panOnDrag && handleInteractionModeChange(false)}
4646
>
4747
<IconView
48-
type="icon-indicator"
48+
type="icon-zhizhen"
4949
className="icon"
5050
style={{
5151
color: !panOnDrag ? 'rgba(0, 0, 0, 0.25)' : '#666F83',
52+
fontSize:'14px'
5253
}}
5354
/>
5455
</div>

packages/x-flow/src/utils/createIconFont.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { createFromIconfontCN } from '@ant-design/icons';
33
export default (url?: string) => {
44
return createFromIconfontCN({
55
// scriptUrl: url || '//at.alicdn.com/t/a/font_4201076_frx3c9x07if.js',
6-
scriptUrl: url || '//at.alicdn.com/t/a/font_4069358_v078lmxskn.js',
6+
scriptUrl: url || '//at.alicdn.com/t/a/font_4069358_n02zzaov1o.js',
77
});
88
};

0 commit comments

Comments
 (0)