|
@@ -14,7 +14,7 @@
|
|
|
</el-checkbox-group>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="标题" prop="title" label-width="130px">
|
|
|
- <el-input v-model="data.title" @change="emitVal"></el-input>
|
|
|
+ <el-input v-model="data.title" maxlength="120" @change="emitVal"></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="内容" prop="content" label-width="130px">
|
|
|
<quillEditor v-model="data.content" :options="editorOption"></quillEditor>
|
|
@@ -114,5 +114,15 @@
|
|
|
.is-error .el-form-item__error{
|
|
|
top:auto;
|
|
|
}
|
|
|
-
|
|
|
+ /**富文本编辑器样式修改***/
|
|
|
+ .ql-snow .ql-picker.ql-size .ql-picker-label::before,
|
|
|
+ .ql-snow .ql-picker.ql-size .ql-picker-item::before,
|
|
|
+ .ql-snow .ql-picker.ql-header .ql-picker-label::before,
|
|
|
+ .ql-snow .ql-picker.ql-header .ql-picker-item::before,
|
|
|
+ .ql-snow .ql-picker.ql-font .ql-picker-label::before,
|
|
|
+ .ql-snow .ql-picker.ql-font .ql-picker-item::before,
|
|
|
+ .ql-snow .ql-color-picker .ql-picker-label svg,
|
|
|
+ .ql-snow .ql-icon-picker .ql-picker-label svg{
|
|
|
+ vertical-align: top;
|
|
|
+ }
|
|
|
</style>
|