Skip to content

[t-swipe-cell] t-swipe-cell与t-cell一起用的时候,不被包裹的t-cell下边框丢失 #4572

Description

@LOUBINDesign

选择框架

tdesign-miniprogram

NPM 包版本

1.153

基础库调试库版本(如果出现问题的框架为 tdesign-miniprogram,请提供基础调试库版本)

3.17.0

重现链接

No response

重现步骤

<t-cell title="这行不受影响,正常显示下边框" />
<t-cell title="没有设置bordered为false,这里要显示当前下边框,实际却不显示" />
<t-swipe-cell>
  <t-cell title="如果被t-swipe-cell包裹,下边框设置正常" note="辅助信息" />
  <view slot="right" class="btn delete-btn" bind:tap="onDelete">删除</view>
</t-swipe-cell>`
<t-cell title="这行下边框也会受影响,不显示" />
<t-cell title="这行不受影响,正常显示下边框" />

期望结果

相邻t-cell可以正常显示下边框,由bordered为true或flase控制

实际结果

无论是否设置bordered的值是true还是false,和t-swipe-cell相邻的t-cell,不被包裹,都不显示下边框,这个t-cell的css中没有t-cell--bordered

补充说明

No response

Metadata

Metadata

Assignees

Labels

questionThis is a question, not a bug

Type

No type

Projects

Status
No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions