视频宽度限制

This commit is contained in:
2025-07-29 14:14:27 +08:00
parent 67fd1fab9d
commit 2010a14cb6

View File

@@ -226,7 +226,9 @@ div{
.ql-container.ql-disabled .ql-tooltip { .ql-container.ql-disabled .ql-tooltip {
visibility: hidden visibility: hidden
} }
.ql-editor video{
max-width: 100% !important;
}
.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before { .ql-container.ql-disabled .ql-editor ul[data-checked]>li:before {
pointer-events: none pointer-events: none
} }