Commit 0f54e4cf authored by hanfeng's avatar hanfeng

添加新闻模块

parent f1263d0a
...@@ -62,7 +62,6 @@ ...@@ -62,7 +62,6 @@
style="lineHeight:100px;width:300px;height: 100px;border: 1px dashed #ccc;"></i> style="lineHeight:100px;width:300px;height: 100px;border: 1px dashed #ccc;"></i>
</el-upload> </el-upload>
</el-form-item> </el-form-item>
<el-row>
<el-tabs v-model="activeName" type="card"> <el-tabs v-model="activeName" type="card">
<el-tab-pane label="文章内容" name="first"> <el-tab-pane label="文章内容" name="first">
<div class="editor-container" v-if="activeName=='first'"> <div class="editor-container" v-if="activeName=='first'">
...@@ -71,7 +70,6 @@ ...@@ -71,7 +70,6 @@
</div> </div>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
</el-row>
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button @click="cancel">取 消</el-button> <el-button @click="cancel">取 消</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment