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>
|
||||
</div>
|
||||
<el-dialog title="提示" :visible.sync="editVisible" width="30%">
|
||||
<div style="width:80%">
|
||||
<el-dialog title="提示" :visible.sync="editVisible" width="40%" style="font-size:12px">
|
||||
<div style="width:100%">
|
||||
<div style="margin-bottom:15px">
|
||||
<span style="font-weight:bold"
|
||||
>正在编辑课程:{{ editForm.title }}</span
|
||||
@@ -114,7 +114,7 @@
|
||||
<el-form-item label="排序:">
|
||||
<el-input-number
|
||||
placeholder="请输入标签排序"
|
||||
style="width: 100%"
|
||||
style="width: 50%"
|
||||
v-model="editForm.sort"
|
||||
:min="0"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user