1
@@ -5,7 +5,6 @@
ref="form"
label-position="right"
label-width="100px"
- :inline="true"
>
<el-form-item
v-if="!resetName"
@@ -34,6 +33,8 @@
v-model="form.desc"
type="textarea"
:rows="3"
+ maxlength="100"
+ show-word-limit
style="width: 100%"
placeholder="请输入班级备注"
/>
@@ -270,7 +270,7 @@
<!-- 修改班级名称 -->
<el-dialog
:title="!resetName?'班级名称调整':'备注'"
- width="400px"
+ width="500px"
:visible.sync="classNameVisible"
v-if="classNameVisible"