fix: correct formatting issues in DefaultEditor component (#6752)

#### What type of PR is this?

/area ui
/kind cleanup

#### What this PR does / why we need it:

修复 DefaultEditor 组件中的格式问题。

#### Does this PR introduce a user-facing change?

```release-note
None
```
pull/6755/head^2
Ryan Wang 2024-10-04 14:20:42 +08:00 committed by GitHub
parent 545a5a63cc
commit c22fab2b34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ function handleFocusEditor(event) {
:value="title"
type="text"
:placeholder="$t('core.components.default_editor.title_placeholder')"
class="w-full border-x-0 !border-b border-t-0 !border-solid !border-gray-100 p-0 !py-2 text-4xl font-semibold placeholder:text-gray-300 leading-none"
class="w-full border-x-0 !border-b border-t-0 !border-solid !border-gray-100 p-0 !py-2 text-4xl font-semibold leading-none placeholder:text-gray-300"
@input="onTitleInput"
@keydown.enter="handleFocusEditor"
/>