Browse Source

消息推送,个人数据统计界面

master
lucky 4 years ago
parent
commit
fe57a0ce25
  1. 3
      src/components/QuillEditor/QuillEditor.vue

3
src/components/QuillEditor/QuillEditor.vue

@ -114,7 +114,8 @@ export default {
<style> <style>
.ql-container { .ql-container {
overflow: auto; overflow: auto;
max-height: 200px; min-height: 150px;
max-height: 300px;
} }
.ql-toolbar.ql-snow { .ql-toolbar.ql-snow {
background: #f5f5f5; background: #f5f5f5;

Loading…
Cancel
Save