Skip to content

Commit 70058f2

Browse files
fix: 🐛 修复 Cell 设置 label 过长时影响页面结构的问题
1 parent 46b1c39 commit 70058f2

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/pages/cell/Index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<demo-block title="分组标题" transparent>
2323
<wd-cell-group title="交易管理" value="内容">
2424
<wd-cell title="标题文字" value="内容" />
25-
<wd-cell title="标题文字" label="描述信息" value="内容"></wd-cell>
25+
<wd-cell title="标题文字" label="黄鹤断矶头,故人今在否?旧江山浑是新愁。欲买桂花同载酒,终不似,少年游。" value="内容"></wd-cell>
2626
</wd-cell-group>
2727
</demo-block>
2828

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
margin-top: 2px;
112112
font-size: $-cell-label-fs;
113113
color: $-cell-label-color;
114-
@include lineEllipsis;
115114
}
116115

117116
@include edeep(icon) {

0 commit comments

Comments
 (0)