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

[cell] 使用t-cell-group包裹t-cell 下边框显示问题 #2385

Closed
xia930425 opened this issue Oct 7, 2023 · 4 comments · Fixed by #2399
Closed

[cell] 使用t-cell-group包裹t-cell 下边框显示问题 #2385

xia930425 opened this issue Oct 7, 2023 · 4 comments · Fixed by #2399
Labels
easy 简单问题 enhancement New feature or request

Comments

@xia930425
Copy link

xia930425 commented Oct 7, 2023

tdesign-miniprogram 版本

1.1.0

重现链接

No response

重现步骤

微信开发工具不显示下边框,使用真机调试可以看到下边框,但是一直延申到最右侧。
image
9df40b5cbb8607320994e6676f6dd5a

期望结果

No response

实际结果

No response

基础库版本

No response

补充说明

No response

IssueShoot

  • 预估时长: 1
  • 期望完成时间: 2023-10-21 00:00:00 +0000 UTC
  • 开发难度: 低
  • 参与人数: 1
  • 验收标准: 实现期望改造效果,提 PR 并通过验收无误
  • 备注: 最终激励以实际提交 pull request 并合并为准
@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2023

👋 @xia930425,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@xia930425
Copy link
Author

问题已解决。使用--td-cell-border-right-space修改边框右侧距离,开发工具看不见是因为边框太细。不知道用什么变量修改边框粗细呢?

@betavs
Copy link
Collaborator

betavs commented Oct 8, 2023

.hairline-bottom(@color: @border-level-1-color) {
.hairline-base();
right: 0;
left: 0;
bottom: 0;
border-bottom: 1px solid @color;
transform: scaleY(.5);
}

目前暂无变量控制

@anlyyao
Copy link
Collaborator

anlyyao commented Oct 18, 2023

.hairline-bottom(@color: @border-level-1-color) {
.hairline-base();
right: 0;
left: 0;
bottom: 0;
border-bottom: 1px solid @color;
transform: scaleY(.5);
}

目前暂无变量控制

可以暴露一个css variable 出去,大佬有空支持一下嘎🤣?

@anlyyao anlyyao added enhancement New feature or request easy 简单问题 labels Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy 简单问题 enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants