!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 (
<div className='AxisModeWrapper' style={{ display: userConfig.isOpenAxisSwitch ? "flex" : 'none' }}>
{
this.innerWidth < 730 ?
this.innerWidth < 920 ?
<div className='SwitchAxisMode'>
<Popover
modifiers={{ arrow: { enabled: false } }}
position="bottom"
>
<Button
minimal={true}

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

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

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

Loading…
Cancel
Save