mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
fix: remove attribute gutter
This commit is contained in:
parent
95b5ce7bb4
commit
133cc5b13a
@ -14,7 +14,7 @@
|
|||||||
/>
|
/>
|
||||||
</el-header>
|
</el-header>
|
||||||
<el-main class="main-body">
|
<el-main class="main-body">
|
||||||
<el-row :gutter="10" class="main-section">
|
<el-row class="main-section">
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<textarea id="editor" type="textarea" placeholder="Your markdown text here." v-model="source">
|
<textarea id="editor" type="textarea" placeholder="Your markdown text here." v-model="source">
|
||||||
</textarea>
|
</textarea>
|
||||||
|
Loading…
Reference in New Issue
Block a user