mirror of https://github.com/halo-dev/halo
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
parent
545a5a63cc
commit
c22fab2b34
|
@ -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"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue