修改镜像源设置样式

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
+4 -4
View File
@@ -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>