We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
修改面包屑样式时,会导致输入时卡死,只能通过任务管理器结束任务。并且,该问题还分为以下两种情况:
.protyle-breadcrumb
padding
.protyle-breadcrumb { // padding: 10.5px 8px; height: 45px; }
.protyle-breadcrumb .block__icon
margin
margin-right
transform
.protyle-breadcrumb .block__icon { // margin-right: 6px; // transform: translateX(-6px) translateY(8.5px); margin: 8.5px 6px 0 0; }
我已经找到不会出现问题的替代方案,不过还是想问下为什么会出现这个问题…
siyuan.log
The text was updated successfully, but these errors were encountered:
没有办法重现,但是加强了一下判断,还麻烦下个版本帮忙看看
Sorry, something went wrong.
1.5.2看了下,已经不会有这个问题了,但是还是不知道是什么原因……
Vanessa219
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
描述问题 Describe the problem
修改面包屑样式时,会导致输入时卡死,只能通过任务管理器结束任务。并且,该问题还分为以下两种情况:
.protyle-breadcrumb
的高度写死,就会出现问题,而修改padding
时则没有问题,代码如下.protyle-breadcrumb .block__icon
的margin
属性,也会出现该问题,而如果只使用margin-right
或者换成transform
则无问题,代码如下:期待的结果 Expected result
我已经找到不会出现问题的替代方案,不过还是想问下为什么会出现这个问题…
截屏或者录屏演示 Screenshot or screen recording presentation
版本环境 Version environment
日志文件 Log File
siyuan.log
更多信息 More information
The text was updated successfully, but these errors were encountered: