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

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>