Merge branch 'master' of https://gitee.com/wjl2008_admin/nuttyreading-master-html
This commit is contained in:
@@ -103,8 +103,8 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
</div>
|
</div>
|
||||||
<el-dialog title="提示" :visible.sync="editVisible" width="30%">
|
<el-dialog title="提示" :visible.sync="editVisible" width="40%" style="font-size:12px">
|
||||||
<div style="width:80%">
|
<div style="width:100%">
|
||||||
<div style="margin-bottom:15px">
|
<div style="margin-bottom:15px">
|
||||||
<span style="font-weight:bold"
|
<span style="font-weight:bold"
|
||||||
>正在编辑课程:{{ editForm.title }}</span
|
>正在编辑课程:{{ editForm.title }}</span
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
<el-form-item label="排序:">
|
<el-form-item label="排序:">
|
||||||
<el-input-number
|
<el-input-number
|
||||||
placeholder="请输入标签排序"
|
placeholder="请输入标签排序"
|
||||||
style="width: 100%"
|
style="width: 50%"
|
||||||
v-model="editForm.sort"
|
v-model="editForm.sort"
|
||||||
:min="0"
|
:min="0"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user