Q-ABAB 2 年之前
父節點
當前提交
9c4c328f05
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/messageNotification.vue

+ 7 - 0
src/views/messageNotification.vue

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