Merge pull request #12903 from dataease/pr@dev-v2@style_about_margin

style: 关于页面-底部按钮间距设置为12px
This commit is contained in:
fit2cloud-chenyw 2024-10-25 10:23:13 +08:00 committed by GitHub
commit 32d9399db1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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