|
@@ -61,7 +61,7 @@ export default {
|
|
meettingDate: "",
|
|
meettingDate: "",
|
|
meetingId: 0,
|
|
meetingId: 0,
|
|
froalaConfig: {
|
|
froalaConfig: {
|
|
- toolbarButtons: ["bold", "italic", "underline", "strikeThrough", "insertHR", "fontSize", "align", "undo", "redo"],
|
|
|
|
|
|
+ toolbarButtons: ["bold"],
|
|
height: 260,
|
|
height: 260,
|
|
fontSizeDefaultSelection: "16",
|
|
fontSizeDefaultSelection: "16",
|
|
quickInsertEnabled: false,
|
|
quickInsertEnabled: false,
|
|
@@ -71,7 +71,6 @@ export default {
|
|
events: {
|
|
events: {
|
|
initialized: function () {
|
|
initialized: function () {
|
|
that.editor = this;
|
|
that.editor = this;
|
|
- that.editor.toolbar.hide();
|
|
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
@@ -390,7 +389,6 @@ export default {
|
|
}
|
|
}
|
|
.fr-wrapper {
|
|
.fr-wrapper {
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
- border-top: 1px solid #cccccc !important;
|
|
|
|
border-bottom: 1px solid #cccccc !important;
|
|
border-bottom: 1px solid #cccccc !important;
|
|
}
|
|
}
|
|
}
|
|
}
|