From 8c21de8d32f8b67ed41c817927e2b201ff6cff43 Mon Sep 17 00:00:00 2001 From: break60 <790061044@qq.com> Date: Mon, 18 Nov 2019 17:11:06 +0800 Subject: [PATCH] Modify crontab style (#1274) * Checkbox change background color and env to Chinese * Remove space before and after login user name * Modify crontab style --- .../js/module/components/crontab/source/_times/day.vue | 7 ++++++- .../module/components/crontab/source/_times/hour.vue | 8 ++++++++ .../module/components/crontab/source/_times/minute.vue | 9 ++++++--- .../module/components/crontab/source/_times/month.vue | 9 ++++++--- .../module/components/crontab/source/_times/second.vue | 9 ++++++--- .../module/components/crontab/source/_times/year.vue | 9 ++++++--- dolphinscheduler-ui/src/sass/common/_table.scss | 10 ++++++++++ 7 files changed, 48 insertions(+), 13 deletions(-) diff --git a/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/day.vue b/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/day.vue index 4ea1709d0..1efc0224a 100755 --- a/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/day.vue +++ b/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/day.vue @@ -516,6 +516,11 @@ diff --git a/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/hour.vue b/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/hour.vue index 7f0cc4aac..0317a8ad9 100755 --- a/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/hour.vue +++ b/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/hour.vue @@ -252,4 +252,12 @@ diff --git a/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/minute.vue b/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/minute.vue index 54a2b96d3..dd018e0ee 100755 --- a/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/minute.vue +++ b/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/minute.vue @@ -254,8 +254,11 @@ diff --git a/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/month.vue b/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/month.vue index 01f9e512e..a58e7e815 100755 --- a/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/month.vue +++ b/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/month.vue @@ -253,8 +253,11 @@ diff --git a/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/second.vue b/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/second.vue index 91fdd1df1..40f7bb51e 100755 --- a/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/second.vue +++ b/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/second.vue @@ -261,8 +261,11 @@ diff --git a/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/year.vue b/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/year.vue index 22ff43b86..f51c5d683 100755 --- a/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/year.vue +++ b/dolphinscheduler-ui/src/js/module/components/crontab/source/_times/year.vue @@ -252,8 +252,11 @@ diff --git a/dolphinscheduler-ui/src/sass/common/_table.scss b/dolphinscheduler-ui/src/sass/common/_table.scss index a828d1dc6..fe3157eac 100644 --- a/dolphinscheduler-ui/src/sass/common/_table.scss +++ b/dolphinscheduler-ui/src/sass/common/_table.scss @@ -22,6 +22,16 @@ background-color: #ccc; } } + .ans-checkbox { + .ans-checkbox-inner { + border: 1px solid #ccc; + } + } + .ans-checkbox-checked { + .ans-checkbox-inner { + border: 1px solid #1489e2; + } + } .ellipsis { overflow: hidden; text-overflow: ellipsis; -- GitLab