修改镜像源设置样式

This commit is contained in:
whyour 2024-01-01 22:33:20 +08:00
parent 71e7ba9cb6
commit 201f41e15b
2 changed files with 4 additions and 5 deletions

View File

@ -15,7 +15,6 @@ pm2 l &>/dev/null
echo -e "======================2. 安装依赖========================\n" echo -e "======================2. 安装依赖========================\n"
patch_version patch_version
echo
echo -e "======================3. 启动nginx========================\n" echo -e "======================3. 启动nginx========================\n"
nginx -s reload 2>/dev/null || nginx -c /etc/nginx/nginx.conf nginx -s reload 2>/dev/null || nginx -c /etc/nginx/nginx.conf

View File

@ -124,7 +124,7 @@ const Dependence = () => {
onClick={() => { onClick={() => {
updateSystemConfig('dependence-proxy'); updateSystemConfig('dependence-proxy');
}} }}
style={{ width: 84 }} style={{ width: 100 }}
> >
{intl.get('确认')} {intl.get('确认')}
</Button> </Button>
@ -149,7 +149,7 @@ const Dependence = () => {
onClick={() => { onClick={() => {
updateSystemConfigStream('node-mirror'); updateSystemConfigStream('node-mirror');
}} }}
style={{ width: 84 }} style={{ width: 100 }}
> >
{intl.get('确认')} {intl.get('确认')}
</Button> </Button>
@ -174,7 +174,7 @@ const Dependence = () => {
onClick={() => { onClick={() => {
updateSystemConfig('python-mirror'); updateSystemConfig('python-mirror');
}} }}
style={{ width: 84 }} style={{ width: 100 }}
> >
{intl.get('确认')} {intl.get('确认')}
</Button> </Button>
@ -201,7 +201,7 @@ const Dependence = () => {
onClick={() => { onClick={() => {
updateSystemConfigStream('linux-mirror'); updateSystemConfigStream('linux-mirror');
}} }}
style={{ width: 84 }} style={{ width: 100 }}
> >
{intl.get('确认')} {intl.get('确认')}
</Button> </Button>