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 (#7473)

This commit is contained in:
Slooop 2024-12-20 14:59:57 +08:00 committed by GitHub
parent 8ab3c16b3d
commit a3cdf87ea2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>