!2289 优化:自定义编号改板号

pull/2290/MERGE
黄诗津 1 year ago committed by ChenX
parent 22dbd3a753
commit 95ea18c00e

@ -108,10 +108,11 @@ export default class AxisMode extends Component
return ( return (
<div className='AxisModeWrapper' style={{ display: userConfig.isOpenAxisSwitch ? "flex" : 'none' }}> <div className='AxisModeWrapper' style={{ display: userConfig.isOpenAxisSwitch ? "flex" : 'none' }}>
{ {
this.innerWidth < 730 ? this.innerWidth < 920 ?
<div className='SwitchAxisMode'> <div className='SwitchAxisMode'>
<Popover <Popover
modifiers={{ arrow: { enabled: false } }} modifiers={{ arrow: { enabled: false } }}
position="bottom"
> >
<Button <Button
minimal={true} minimal={true}

@ -189,7 +189,7 @@ export class CameraControlBtn extends React.Component<{}, {}>
} }
</Popover > </Popover >
{ {
this.innerWidth < 650 ? this.innerWidth < 850 ?
<Popover <Popover
modifiers={{ arrow: { enabled: false } }} modifiers={{ arrow: { enabled: false } }}
> >

@ -39,7 +39,7 @@ export const VisualStyleData2: IVisualStyle[] = [
cmd: CommandNames.ConceptualTransparent cmd: CommandNames.ConceptualTransparent
}, },
{ {
title: "自定义编号", title: "号",
cmd: CommandNames.VisualStyle_CustomNumber cmd: CommandNames.VisualStyle_CustomNumber
}, },
]; ];

@ -1624,8 +1624,8 @@ export const CommandList: ICommand[] = [
defaultCustom: CommandNames.VisualStyle_CustomNumber, defaultCustom: CommandNames.VisualStyle_CustomNumber,
command: CommandNames.VisualStyle_CustomNumber, command: CommandNames.VisualStyle_CustomNumber,
type: "视觉样式", type: "视觉样式",
chName: "自定义编号", chName: "号",
chDes: "切换视觉样式到半透明自定义编号模式", chDes: "切换视觉样式到半透明号模式",
}, },
//#endregion //#endregion
{ {
@ -2026,8 +2026,8 @@ export const CommandList: ICommand[] = [
defaultCustom: CommandNames.CustomNumber, defaultCustom: CommandNames.CustomNumber,
command: CommandNames.CustomNumber, command: CommandNames.CustomNumber,
type: "工具", type: "工具",
chName: "自定义编号", chName: "生成板号",
chDes: "自定义编号顺序", chDes: "生成选中板件序号",
}, },
// { // {
// icon: IconEnum.FBX, // icon: IconEnum.FBX,

Loading…
Cancel
Save