Skip to content
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(Table): 修复展开收起斑马纹样式错误 #2823

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Ali-ovo
Copy link
Contributor

@Ali-ovo Ali-ovo commented Mar 29, 2024

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

fix: #2669

💡 需求背景和解决方案

lock className and style
添加了一个默认的 tr className 更方便开发时进行样式覆盖

📝 更新日志

  • fix(Table): 修复斑马纹效果的样式跳动问题

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

Copy link
Contributor

github-actions bot commented Mar 29, 2024

失败

@Ali-ovo
Copy link
Contributor Author

Ali-ovo commented Apr 8, 2024

@uyarn @carolin913 请问 src/_common里面的less文件要怎么提交了 我看好像普通提交不会提上来里面改动的代码

@uyarn
Copy link
Collaborator

uyarn commented Apr 8, 2024

@uyarn @carolin913 请问 src/_common里面的less文件要怎么提交了 我看好像普通提交不会提上来里面改动的代码

需要到https://github.com/Tencent/tdesign-common 提交PR

@Ali-ovo
Copy link
Contributor Author

Ali-ovo commented Apr 8, 2024

@uyarn @carolin913 请问 src/_common里面的less文件要怎么提交了 我看好像普通提交不会提上来里面改动的代码

需要到https://github.com/Tencent/tdesign-common 提交PR

看了一下这个bug 我的方案是根据 data 的 index 来给每行 table 的 tr 添加 even\odd 的 class 类名
但是如果改的话需要涉及到 common 里面的样式 但是这个样式又是公共的 可能 vue 或者其他用到公共样式的组件都要更改

@uyarn
Copy link
Collaborator

uyarn commented Apr 8, 2024

@uyarn @carolin913 请问 src/_common里面的less文件要怎么提交了 我看好像普通提交不会提上来里面改动的代码

需要到https://github.com/Tencent/tdesign-common 提交PR

看了一下这个bug 我的方案是根据 data 的 index 来给每行 table 的 tr 添加 even\odd 的 class 类名 但是如果改的话需要涉及到 common 里面的样式 但是这个样式又是公共的 可能 vue 或者其他用到公共样式的组件都要更改

这周review下你这个PR再跟你确认要不要改~

@Ali-ovo
Copy link
Contributor Author

Ali-ovo commented Apr 8, 2024

@uyarn @carolin913 请问 src/_common里面的less文件要怎么提交了 我看好像普通提交不会提上来里面改动的代码

需要到https://github.com/Tencent/tdesign-common 提交PR

看了一下这个bug 我的方案是根据 data 的 index 来给每行 table 的 tr 添加 even\odd 的 class 类名 但是如果改的话需要涉及到 common 里面的样式 但是这个样式又是公共的 可能 vue 或者其他用到公共样式的组件都要更改

这周review下你这个PR再跟你确认要不要改~

嗯嗯 我先把 common 的样式文件改动提交一下 我看 vue 那边的样式也是有这个问题的,但是如果兼容我新加的这个样式名字的话就可以一起修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants