diff --git a/src/assets/styles/main.scss b/src/assets/styles/main.scss
index ac1620b6b74e490c5c5c9d4fe08aa836c7ef63ae..796c1bb0c0aee036ec17aa318933d8ce5b939f18 100644
--- a/src/assets/styles/main.scss
+++ b/src/assets/styles/main.scss
@@ -91,3 +91,6 @@ html.platform-linux {
background-color: var(--o-scrollbar-thumb) !important;
/* 鼠标悬停时的滚动条按钮颜色 */
}
+:deep(.el-checkbox.el-checkbox--large){
+ height: auto !important;
+}
diff --git a/src/components/Upload/index.vue b/src/components/Upload/index.vue
index 57ac497778fc4b5b1cb86f4133ff55664a86fe42..fd643290d78b9f6ef2a6b74278ea2becf884b03b 100644
--- a/src/components/Upload/index.vue
+++ b/src/components/Upload/index.vue
@@ -270,15 +270,15 @@ onMounted(() => {
{{ $t('semantic.tip1') }}
-
-
- {{ $t('semantic.choose_file') }}
-
+
+ {{ $t('semantic.tip2') }}
+
+
+
+ {{ $t('semantic.choose_file') }}
+
-
- {{ $t('semantic.tip2') }}
-
{
@update="updateFunc"
@change="handleChange"
/> -->
+
{
:readOnly="!editable"
:handleQueryYamlValue="handleChange"
/>
+
{{ getServiceName }}
+
{
+
diff --git a/src/views/createapp/components/workFlowConfig/CustomSaENode.vue b/src/views/createapp/components/workFlowConfig/CustomSaENode.vue
index 44dee8346e6bd30c99b230c990dc9a9c65e7d302..78422de7f55cb4e55f8402fcdeb55935abd60600 100644
--- a/src/views/createapp/components/workFlowConfig/CustomSaENode.vue
+++ b/src/views/createapp/components/workFlowConfig/CustomSaENode.vue
@@ -79,7 +79,8 @@ watch(
v-else-if="props.data.name === '结束' || props.data.name === 'end'"
class="saEIcon endIcon"
>
- {{ props.data.name }}
+ {{ $t('main.start') }}
+ {{ $t('main.end') }}
diff --git a/src/views/createapp/components/workFlowConfig/workFlowDialog.vue b/src/views/createapp/components/workFlowConfig/workFlowDialog.vue
index acac7ab56ba6c9d5845f8dc98e960319cc93ead0..25ed229cbb365a0c18de908faac9242c852afddb 100644
--- a/src/views/createapp/components/workFlowConfig/workFlowDialog.vue
+++ b/src/views/createapp/components/workFlowConfig/workFlowDialog.vue
@@ -10,7 +10,6 @@
class=""
:model="workFlowData"
:rules="workFlowRules"
- label-width="120px"
label-position="left"
>
@@ -18,7 +17,7 @@
v-model="workFlowData.name"
:placeholder="$t('semantic.pleaseEnter')"
maxlength="20"
- class="w320 o-validate-input"
+ class="o-validate-input"
clearable
>
@@ -29,7 +28,7 @@
maxlength="150"
v-model="workFlowData.description"
:placeholder="$t('semantic.pleaseEnter')"
- class="w320 workFlowDesc o-validate-input"
+ class="workFlowDesc o-validate-input"
clearable
>
@@ -178,7 +177,9 @@ const handleSubmit = (formEl: FormInstance | undefined) => {