修复富文本编辑器的的视频图标点击后的弹窗位置有问题bug

dev
yujialong 3 years ago
parent 5c5f18baf2
commit bd2b1b9a42
  1. 10
      src/components/quill/index.vue

@ -211,5 +211,13 @@
border-top: 0;
}
}
/deep/.ql-snow {
position: relative;
.ql-tooltip {
position: absolute !important;
top: 0 !important;
left: -100px !important;
transform: translateY(10px);
}
}
</style>

Loading…
Cancel
Save