一期问题修改

This commit is contained in:
赵依梦
2025-12-16 18:13:21 +08:00
parent 80299d231e
commit 626f1dbd21
5 changed files with 102 additions and 44 deletions

View File

@@ -8,7 +8,7 @@
</Remark> -->
<el-row style="margin: 0 20px 20px 15px;" :gutter="8">
<el-col :span="8">
<el-col :span="7">
<div class="grid-content bg-purple"><el-input :maxlength="50" v-model="params.name" clearable
placeholder="课程名称" /></div>
</el-col>
@@ -46,7 +46,7 @@
<el-button @click="reset"> </el-button>
</div>
</el-col>
<el-col :span="2">
<el-col :span="3" >
<div class="grid-content bg-purple" style="text-align: right;">
<el-button type="primary" icon="el-icon-plus" @click="addNewCourse">开发新课程</el-button>
</div>