diff --git a/docker/docker-entrypoint.sh b/docker/docker-entrypoint.sh index 3bcba46f..6f52ddd7 100755 --- a/docker/docker-entrypoint.sh +++ b/docker/docker-entrypoint.sh @@ -15,7 +15,6 @@ pm2 l &>/dev/null echo -e "======================2. 安装依赖========================\n" patch_version -echo echo -e "======================3. 启动nginx========================\n" nginx -s reload 2>/dev/null || nginx -c /etc/nginx/nginx.conf diff --git a/src/pages/setting/dependence.tsx b/src/pages/setting/dependence.tsx index f7342ff1..7e97c8de 100644 --- a/src/pages/setting/dependence.tsx +++ b/src/pages/setting/dependence.tsx @@ -124,7 +124,7 @@ const Dependence = () => { onClick={() => { updateSystemConfig('dependence-proxy'); }} - style={{ width: 84 }} + style={{ width: 100 }} > {intl.get('确认')} @@ -149,7 +149,7 @@ const Dependence = () => { onClick={() => { updateSystemConfigStream('node-mirror'); }} - style={{ width: 84 }} + style={{ width: 100 }} > {intl.get('确认')} @@ -174,7 +174,7 @@ const Dependence = () => { onClick={() => { updateSystemConfig('python-mirror'); }} - style={{ width: 84 }} + style={{ width: 100 }} > {intl.get('确认')} @@ -201,7 +201,7 @@ const Dependence = () => { onClick={() => { updateSystemConfigStream('linux-mirror'); }} - style={{ width: 84 }} + style={{ width: 100 }} > {intl.get('确认')}