From 306a3a4127e07d5e058ab50a109c66f368d0ce1e Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Wed, 21 Jan 2026 07:56:18 +0800 Subject: [PATCH] 'commit' --- DataX/run_jobs_full.sh | 6 ++++++ DataX/run_jobs_inc.sh | 6 ++++++ static/css/index.css | 3 +-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/DataX/run_jobs_full.sh b/DataX/run_jobs_full.sh index a519c4c..ae8d830 100644 --- a/DataX/run_jobs_full.sh +++ b/DataX/run_jobs_full.sh @@ -1,5 +1,11 @@ #!/bin/bash +# 环境变量补丁 (针对 Crontab 环境下可能找不到 java 的问题) +export PATH=$PATH:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin +[ -f /etc/profile ] && . /etc/profile +[ -f ~/.bash_profile ] && . ~/.bash_profile +[ -f ~/.profile ] && . ~/.profile + # 配置路径 DATAX_HOME="/usr/local/datax" # 获取当前脚本所在目录 diff --git a/DataX/run_jobs_inc.sh b/DataX/run_jobs_inc.sh index 59b6e6c..0080f5f 100644 --- a/DataX/run_jobs_inc.sh +++ b/DataX/run_jobs_inc.sh @@ -1,5 +1,11 @@ #!/bin/bash +# 环境变量补丁 (针对 Crontab 环境下可能找不到 java 的问题) +export PATH=$PATH:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin +[ -f /etc/profile ] && . /etc/profile +[ -f ~/.bash_profile ] && . ~/.bash_profile +[ -f ~/.profile ] && . ~/.profile + # 配置路径 DATAX_HOME="/usr/local/datax" # 获取当前脚本所在目录 diff --git a/static/css/index.css b/static/css/index.css index a4f9fb5..ce716dd 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -66,7 +66,7 @@ body { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 20px; - padding: 40px 30px; + padding: 32px 30px; text-align: left; text-decoration: none; color: inherit; @@ -109,7 +109,6 @@ body { color: var(--text-secondary); line-height: 1.6; margin: 0; - flex-grow: 1; } .card-arrow {