思源更新新版本后使用出现问题

BUG反馈 · 300 次浏览
JD0001 创建于 2022-11-17 14:08

思源更新新版本后,段落仍可正常使用

但大纲会被遮挡,无法使用


回复内容
刘烟火 2022-11-17 14:19
#1

可以尝试使用这个css

.protyle-wysiwyg div[data-node-id][custom-sm-id].li::before {
    pointer-events: auto;
    content: "#" attr(custom-sm-id);
    background: #0e639c;
    color: #fff;
    border-radius: 8px 5px;
    font-size: 14px;
    padding: 1px 2px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: -22px;
    top: -11px;
    left: unset;
    z-index: 99;
    width: 36px;
    text-align: center;
    height: 24px;
}

很久以前就改了,一直没有更新到quicker


JD0001 回复 刘烟火 2022-11-18 09:44 :

谢谢大佬,问题已经解决了

回复主贴