Skip to content

Commit 5e186ea

Browse files
fix: 🐛 修复 table 组件表头文字溢出样式异常的问题 (#1297)
Closes: #1182,#1058
1 parent 0dbdde9 commit 5e186ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/uni_modules/wot-design-uni/components/wd-table

src/uni_modules/wot-design-uni/components/wd-table/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
}
155155

156156
@include e(value) {
157+
white-space: normal;
157158
@include when(ellipsis) {
158159
word-break: break-all;
159160
@include multiEllipsis(2);

0 commit comments

Comments
 (0)