mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 18:49:02 +08:00
fix search replace example
This commit is contained in:
parent
0c3a8d3888
commit
0e246e843a
@ -104,6 +104,8 @@
|
||||
>
|
||||
<icon name="redo" />
|
||||
</button>
|
||||
</div>
|
||||
</editor-menu-bar>
|
||||
|
||||
<div class="search">
|
||||
<input
|
||||
@ -133,9 +135,6 @@
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</editor-menu-bar>
|
||||
|
||||
<editor-content class="editor__content" :editor="editor" />
|
||||
</div>
|
||||
</template>
|
||||
@ -224,7 +223,7 @@ export default {
|
||||
background-color: rgba($color-black, 0.1);
|
||||
padding: 0.5rem;
|
||||
border-radius: 5px;
|
||||
margin-top: 1rem;
|
||||
margin: 1rem 0;
|
||||
|
||||
input {
|
||||
padding: 0.25rem;
|
||||
|
Loading…
Reference in New Issue
Block a user