fix: remove attribute gutter

This commit is contained in:
yanglbme 2020-06-29 16:12:41 +08:00
parent 95b5ce7bb4
commit 133cc5b13a

View File

@ -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>