style: format code for improved readability and consistency

This commit is contained in:
wxg0103 2025-07-14 15:33:08 +08:00
parent 65d2045751
commit 921b9e0d7e

View File

@ -116,6 +116,8 @@
<el-input
v-model="themeForm.title"
:placeholder="$t('theme.websiteNamePlaceholder')"
show-word-limit
maxlength="128"
>
</el-input>
<el-text type="info"
@ -204,6 +206,8 @@
<el-input
v-model="themeForm.userManualUrl"
:placeholder="$t('theme.urlPlaceholder')"
show-word-limit
maxlength="128"
/>
</div>
</div>
@ -216,6 +220,8 @@
<el-input
v-model="themeForm.forumUrl"
:placeholder="$t('theme.urlPlaceholder')"
show-word-limit
maxlength="128"
/>
</div>
</div>
@ -228,6 +234,8 @@
<el-input
v-model="themeForm.projectUrl"
:placeholder="$t('theme.urlPlaceholder')"
show-word-limit
maxlength="128"
/>
</div>
</div>