From 3cf60c0974e76485312309626a7ee3066e42b55e Mon Sep 17 00:00:00 2001 From: ChenX Date: Wed, 22 May 2024 15:30:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E4=BF=AE=E6=94=B9UI?= =?UTF-8?q?=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Template/TemplateActionDiglog.tsx | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) 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 &&