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-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>