Browse Source

🐛富文本去多余模块

shaogen1995 9 tháng trước cách đây
mục cha
commit
12dec5e98a
1 tập tin đã thay đổi với 15 bổ sung0 xóa
  1. 15 0
      src/components/ZRichText/index.module.scss

+ 15 - 0
src/components/ZRichText/index.module.scss

@@ -17,6 +17,21 @@
         display: none;
       }
 
+      button {
+        &:nth-of-type(7) {
+          display: none !important;
+        }
+        &:nth-of-type(8) {
+          display: none !important;
+        }
+        &:nth-of-type(18) {
+          display: none !important;
+        }
+        &:nth-of-type(19) {
+          display: none !important;
+        }
+      }
+
       .bf-container {
         height:100%;
       }