Closed mynetfan closed 1 month ago
Latest commit: 2d33f55fcb89a06a880092a24d92a2a367ce22af
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This pull request introduces new features and enhancements in a Vue.js application, including a new data structure for a table component, additional CSS variables for design tokens, and updates to the design configuration. The changes involve the addition of a tableData
constant for an ElTable
component, new CSS properties for lighter accent colors, and modifications to the design token functions to accommodate these new variables.
File Path | Change Summary |
---|---|
apps/web-ele/src/views/demos/element/index.vue |
Added a constant tableData for an ElTable component displaying two columns. |
internal/tailwind-config/src/index.ts |
Introduced a new property lighter in the shadcnUiColors object for color variants. |
packages/@core/base/design/src/design-tokens/dark/index.css |
Added a CSS variable --accent-lighter for a lighter accent color option. |
packages/@core/base/design/src/design-tokens/default/index.css |
Added a CSS custom property --accent-lighter defined in HSL format. |
packages/effects/hooks/src/use-design-tokens.ts |
Introduced a new CSS variable --el-fill-color-lighter in the useElementPlusDesignTokens function. |
use-design-tokens.ts
file, which is relevant because it also deals with CSS variables that could affect the styling of UI components, similar to the new UI component introduced in the main PR.breadcrumb-background.vue
file, which may relate to the overall UI component styling and visual rendering, connecting it to the changes made in the main PR.bug
, documentation
🐇 In the code, I hop and play,
New colors brighten up the day!
Tables now with data shine,
Design tokens, oh so fine!
With every change, we leap ahead,
A vibrant world, where dreams are fed! 🌈
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?
有多余的合并commit,重新提交PR
Description
修复ElementPlus组件库的表格斑马纹样式在暗黑模式下的问题
Type of change
Please delete options that are not relevant.
pnpm-lock.yaml
unless you introduce a new test example.Summary by CodeRabbit
New Features
Bug Fixes
Documentation