mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 14:26:07 +08:00
修改镜像源设置样式
This commit is contained in:
parent
71e7ba9cb6
commit
201f41e15b
|
@ -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
|
||||
|
|
|
@ -124,7 +124,7 @@ const Dependence = () => {
|
|||
onClick={() => {
|
||||
updateSystemConfig('dependence-proxy');
|
||||
}}
|
||||
style={{ width: 84 }}
|
||||
style={{ width: 100 }}
|
||||
>
|
||||
{intl.get('确认')}
|
||||
</Button>
|
||||
|
@ -149,7 +149,7 @@ const Dependence = () => {
|
|||
onClick={() => {
|
||||
updateSystemConfigStream('node-mirror');
|
||||
}}
|
||||
style={{ width: 84 }}
|
||||
style={{ width: 100 }}
|
||||
>
|
||||
{intl.get('确认')}
|
||||
</Button>
|
||||
|
@ -174,7 +174,7 @@ const Dependence = () => {
|
|||
onClick={() => {
|
||||
updateSystemConfig('python-mirror');
|
||||
}}
|
||||
style={{ width: 84 }}
|
||||
style={{ width: 100 }}
|
||||
>
|
||||
{intl.get('确认')}
|
||||
</Button>
|
||||
|
@ -201,7 +201,7 @@ const Dependence = () => {
|
|||
onClick={() => {
|
||||
updateSystemConfigStream('linux-mirror');
|
||||
}}
|
||||
style={{ width: 84 }}
|
||||
style={{ width: 100 }}
|
||||
>
|
||||
{intl.get('确认')}
|
||||
</Button>
|
||||
|
|
Loading…
Reference in New Issue
Block a user