-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
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
fix: margin auto resolve rule #1331
Conversation
@@ -1,6 +1,7 @@ | |||
/*auto generated*/ | |||
describe('clip-004', () => { | |||
it('ref', async () => { | |||
// @TODO: disable for opacity render delay. | |||
xit('ref', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为啥这个关了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
opacity 渲染有延迟,CI 经常过不了 #459
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我改成 0.5 之后貌似好很多了, 当然 BUG 还是存在的
Closes #1283
Closes #1284
left + margin-left + width + margin-right + right = width of containing block
。(纵向的 margin 逻辑一样)