UI:单板图标在收口条后面

pull/1461/MERGE
ChenX 4 years ago
parent 42f598c443
commit 660ea3edae

@ -54,13 +54,13 @@ export class TopToolBar extends React.Component<{}, {}>
{ svg: IconEnum.Revolve, title: "车削实体", command: CommandNames.Revolve },
];
store.iconList.brDraw = [
{ svg: IconEnum.DB, title: "单板", command: CommandNames.SingleBoard },
{ svg: IconEnum.ZYC, title: "左右侧板", command: CommandNames.LRBoard },
{ svg: IconEnum.DDB, title: "顶底板", command: CommandNames.TBBoard },
{ svg: IconEnum.BB, title: "背板", command: CommandNames.BehindBoard },
{ svg: IconEnum.LB, title: "立板", command: CommandNames.VertialBoard },
{ svg: IconEnum.CB, title: "层板", command: CommandNames.LayerBoard },
{ svg: IconEnum.SKT, title: "收口条", command: CommandNames.CloseStrip },
{ svg: IconEnum.DB, title: "单板", command: CommandNames.SingleBoard },
{ svg: IconEnum.TopLine, title: "线条", command: CommandNames.Topline },
{ svg: IconEnum.YX, title: "异形板", command: CommandNames.YiXing },
{ svg: IconEnum.YXLK, title: "异形轮廓", command: CommandNames.YXLK },

Loading…
Cancel
Save