From 201f41e15b6ddca2dd2483e884c91eade66f9c0c Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 1 Jan 2024 22:33:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=95=9C=E5=83=8F=E6=BA=90?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/docker-entrypoint.sh | 1 - src/pages/setting/dependence.tsx | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) 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('确认')}