Commit 836eea71 authored by zhengke's avatar zhengke

修改

parent e7166801
...@@ -162,9 +162,9 @@ ...@@ -162,9 +162,9 @@
</el-row> </el-row>
</el-card> </el-card>
<el-card style="margin-top:20px" shadow="never"> <el-card style="margin-top:20px" shadow="never">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix" style="display:flex;justify-content:space-between;align-items:center;">
<span>课程信息</span> <span>课程信息</span>
<el-button style="margin-left:50%" @click="courseDialog=true,isReplace=0" size="mini">添加课程</el-button> <el-button @click="courseDialog=true,isReplace=0" size="small">添加课程</el-button>
</div> </div>
<el-row> <el-row>
<el-col :span="24"> <el-col :span="24">
......
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