-
Notifications
You must be signed in to change notification settings - Fork 0
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(): use transform: none
instead of transform: translate(0, 0)
#1493
Conversation
Walkthrough此次更改更新了抽屉组件打开时的 CSS 样式。在抽屉处于 open 状态时,针对各方向的抽屉包装器(左、右、底、上)的 Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🚀 Deployed on https://docs-preview-1493--next-bricks.netlify.app |
transform: none
instead of transform: (0, 0)
transform: none
instead of transform: translate(0, 0)
📐🤏 Size check result (e81fe7b...9aedc4d): Load all bricks together
Critical changes:
See full changes
Load bricks by each packageCritical changes:
See full changes
Critical details for package visual-builder
Load by each brickCritical changes:
See full changes
Critical details for brick eo-checkbox
Critical details for brick eo-date-picker
Critical details for brick eo-input
Critical details for brick eo-radio
Critical details for brick form.general-input
Critical details for brick form.general-radio
Critical details for brick form.general-search
Critical details for brick visual-builder.contract-select
Critical details for brick visual-builder.raw-data-preview
|
依赖检查
组件之间的依赖声明,是微服务组件架构下的重要信息,请确保其正确性。
请勾选以下两组选项其中之一:
或者:
提交信息检查
Git 提交信息将决定包的版本发布及自动生成的 CHANGELOG,请检查工作内容与提交信息是否相符,并在以下每组选项中都依次确认。
破坏性变更:
feat
作为提交类型。BREAKING CHANGE: 你的变更说明
。新特性:
feat
作为提交类型。问题修复:
fix
作为提交类型。杂项工作:
即所有对下游使用者无任何影响、且没有必要显示在 CHANGELOG 中的改动,例如修改注释、测试用例、开发文档等:
chore
,docs
,test
等作为提交类型。Summary by CodeRabbit