diff --git a/src/UI/Components/Template/TemplateActionDiglog.tsx b/src/UI/Components/Template/TemplateActionDiglog.tsx index 223f075f6..dd7069af7 100644 --- a/src/UI/Components/Template/TemplateActionDiglog.tsx +++ b/src/UI/Components/Template/TemplateActionDiglog.tsx @@ -66,9 +66,9 @@ const MaterialActionOptions = [ ]; const ActionModeOptions = [ - { label: "圆弧模式", value: TempalteActionRadiusType.Radius }, - { label: "凸度模式", value: TempalteActionRadiusType.Bulge }, - { label: "高度模式", value: TempalteActionRadiusType.Height }, + { label: "半径", value: TempalteActionRadiusType.Radius }, + { label: "凸度", value: TempalteActionRadiusType.Bulge }, + { label: "高度", value: TempalteActionRadiusType.Height }, ]; /** @@ -147,21 +147,6 @@ export class TempalteActionDialog extends React.Component } - { - this.actionType === EEditorActionType.AddRadius && - - } } + { + this.actionType === EEditorActionType.AddRadius && + + } { currentActionInfo.type !== TemplateParamType.Material ? (!isEditor && this.actionType === EEditorActionType.Add &&