style: 关于页面-底部按钮间距设置为12px

This commit is contained in:
fit2cloud-chenyw 2024-10-25 10:20:49 +08:00
parent 09e05f8425
commit 7337995371

View File

@ -324,7 +324,8 @@ const syncFree = () => {
display: flex; display: flex;
align-items: center; align-items: center;
align-content: center; align-content: center;
max-width: 250px; width: fit-content;
justify-content: space-between; justify-content: space-between;
column-gap: 12px;
} }
</style> </style>