-
Notifications
You must be signed in to change notification settings - Fork 269
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: calender footer button css #2971
Conversation
Walkthrough本次变更主要涉及对多个组件配置和样式的调整。在 src/config.json 中,将 Calendar、Checkbox、Input、InputNumber 等组件的版本更新至 3.0.0,并调整了其文档标识,同时新增了 CalendarCard、CheckboxGroup、Card、TimeDetail、TimeSelect 和 TrendArrow 组件。另外,在 calendar.scss 中对日历相关样式进行了修改,调整和重命名了部分 CSS 类;在 demo1.tsx 和 calendaritem.taro.tsx 中分别移除了部分属性和 CSS 类名称。 Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (5)
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 (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feat_v3.x #2971 +/- ##
=============================================
- Coverage 85.74% 85.74% -0.01%
=============================================
Files 277 277
Lines 18110 18105 -5
Branches 2745 2745
=============================================
- Hits 15529 15524 -5
Misses 2576 2576
Partials 5 5 ☔ View full report in Codecov by Sentry. |
🤔 这个变动的性质是?
修订bug,样式调整为最新V15版本,优化部分样式的写法。
#2909
🔗 相关 Issue
💡 需求背景和解决方案
☑️ 请求合并前的自查清单
Summary by CodeRabbit