Fix: button margin

This commit is contained in:
Lazy 2023-10-21 20:15:29 +08:00
parent f26cf94c52
commit 7030ab18c6

View File

@ -163,7 +163,7 @@ onMounted(async () => {
<a-button
v-if="appState.isInstall"
disabled
class="mt-50 mb-50"
class="mt-45 mb-45"
type="primary"
size="large"
@click="step = 2"