diff --git a/dolphinscheduler-ui-next/src/components/crontab/index.module.scss b/dolphinscheduler-ui-next/src/components/crontab/index.module.scss index 26d4d51bdf..197b838b36 100644 --- a/dolphinscheduler-ui-next/src/components/crontab/index.module.scss +++ b/dolphinscheduler-ui-next/src/components/crontab/index.module.scss @@ -24,6 +24,7 @@ vertical-align: middle; align-items: center; width: 460px; + margin: 0 8px 0 8px; > div { margin: 5px; } diff --git a/dolphinscheduler-ui-next/src/components/crontab/modules/day.tsx b/dolphinscheduler-ui-next/src/components/crontab/modules/day.tsx index dca78fe597..b4dd16d1af 100644 --- a/dolphinscheduler-ui-next/src/components/crontab/modules/day.tsx +++ b/dolphinscheduler-ui-next/src/components/crontab/modules/day.tsx @@ -470,12 +470,14 @@ export default defineComponent({ v-model:value={this.radioRef} onUpdateValue={this.updateRadioDay} > - +
+
{t('crontab.every_day')}
-
- +
+
+
{t('crontab.every')}
@@ -500,8 +502,9 @@ export default defineComponent({
{t('crontab.start')}
-
- +
+
+
{t('crontab.every')}
@@ -525,8 +528,9 @@ export default defineComponent({
{t('crontab.day_start')}
-
- +
+
+
{t('crontab.specific_week')}
@@ -540,8 +544,9 @@ export default defineComponent({ />
-
- +
+
+
{t('crontab.specific_day')}
@@ -555,18 +560,21 @@ export default defineComponent({ />
-
- +
+
+
{t('crontab.last_day_of_month')}
-
- +
+
+
{t('crontab.last_work_day_of_month')}
-
- +
+
+
{t('crontab.last_of_month')}
@@ -579,8 +587,9 @@ export default defineComponent({ />
-
- +
+
+
{t('crontab.before_end_of_month')}
- - +
+
+
{t('crontab.recent_business_day_to_month')}
@@ -612,8 +619,9 @@ export default defineComponent({
{t('crontab.one_day')}
-
- +
+
+
{t('crontab.in_this_months')}
@@ -635,7 +643,7 @@ export default defineComponent({ />
-
+
) } diff --git a/dolphinscheduler-ui-next/src/components/crontab/modules/time.tsx b/dolphinscheduler-ui-next/src/components/crontab/modules/time.tsx index edff98afc2..1f53ccb793 100644 --- a/dolphinscheduler-ui-next/src/components/crontab/modules/time.tsx +++ b/dolphinscheduler-ui-next/src/components/crontab/modules/time.tsx @@ -220,12 +220,14 @@ export default defineComponent({ v-model:value={this.radioRef} onUpdateValue={this.updateRadioTime} > - +
+
{t(this.timeI18n!.everyTime)}
-
- +
+
+
{t(this.timeI18n!.every)}
@@ -251,8 +253,9 @@ export default defineComponent({
{t(this.timeI18n!.timeStart)}
-
- +
+
+
{t(this.timeI18n!.specificTime)}
@@ -265,8 +268,9 @@ export default defineComponent({ />
-
- +
+
+
{t(this.timeI18n!.cycleFrom)}
@@ -290,7 +294,7 @@ export default defineComponent({
{t(this.timeI18n!.time)}
-
+
) }