feat: n-back-top remove right (#55)

This commit is contained in:
Dream Hunter
2024-01-05 15:22:30 +08:00
committed by GitHub
parent 41886bb074
commit 2952a641a5

View File

@@ -47,7 +47,7 @@ onMounted(async () => {
</n-gi>
<n-gi v-if="!isMobile" span="1"></n-gi>
</n-grid>
<n-back-top :right="100" />
<n-back-top />
</n-message-provider>
</n-spin>
</n-config-provider>