Skip to content

Commit

Permalink
style: Optimize the backup account style code
Browse files Browse the repository at this point in the history
  • Loading branch information
Slooop authored Dec 20, 2024
1 parent 8ab3c16 commit 65d6ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/setting/backup-account/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</div>

<el-divider class="divider" />
<div v-if="ossData.id !== 0" style="margin-left: 20px">
<div v-if="ossData.id !== 0" class="ml-5">
<el-form-item label="Endpoint">
{{ ossData.varsJson['endpoint'] }}
</el-form-item>
Expand Down

0 comments on commit 65d6ba7

Please sign in to comment.