1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 00:09:16 +08:00

style: Optimize the backup account style code (#7474)

This commit is contained in:
gerry-f2c 2024-12-20 15:00:14 +08:00 committed by GitHub
parent a3cdf87ea2
commit d84f0b5597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@
</div>
</div>
<el-divider class="divider" />
<div v-if="s3Data.id !== 0" style="margin-left: 20px">
<div v-if="s3Data.id !== 0" class="ml-5">
<el-form-item label="Region">
{{ s3Data.varsJson['region'] }}
</el-form-item>