style:取消text图表的border

This commit is contained in:
wangwenrui
2020-10-21 10:10:38 +08:00
parent bb34130c7b
commit 813e7be894

View File

@@ -626,3 +626,6 @@
//box-shadow:-1px 1px 9px -1px rgba(205,205,205,0.77);
height: calc(100% - 10px);
}
.ql-container.ql-snow {
border: unset !important;
}