Q-ABAB 2 years ago
parent
commit
9c4c328f05
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/views/messageNotification.vue

+ 7 - 0
src/views/messageNotification.vue

@@ -478,6 +478,12 @@
           // text-indent: 2em;
           // text-align: left;
           line-height: 1.7em;
+          .quillWrapper .ql-toolbar{
+              display: none !important;
+          }
+          .ql-container.ql-snow{
+              border:none !important;
+          }
         }
         .addDialogCon{
           margin-top: 20px;
@@ -494,4 +500,5 @@
         // }
       }
 }
+
 </style>