开发这你好 当鼠标放到引用块上时会有弹窗弹出内容 弹窗可能是为了和全局统一,也是透明得 这样弹窗内容会和背景文档重合在一起,多级浮窗会重叠得更厉害 这样十分不利于阅读和编辑 不知开发者能否将浮窗设置为不透明,或者增加设置选项,即使全局不透明也可以
Activity
Zuoqiu-Yingyi commentedon May 5, 2022
浮窗透明颜色是有 CSS 变量
--custom-popover-background-color
控制的, 可以使用如下方案自定义data\widgets\custom-dark.css
与data\widgets\custom-light.css
, 这两个文件分别是暗色与亮色的用户自定义配置文件data\widgets\custom.css
中使用内置定义不透明颜色--custom-components-light
或--custom-components
或--custom-components-deep