Commit 75de740e by 姜雷

在用车记录中添加用车路线

parent 7da03725
......@@ -153,6 +153,12 @@ class PublicCarItem extends Component {
{this.getCategoryValue(data.categoryName)}
</div>
</div>,
<div key="line" className={styles.listLine}>
<div className={styles.listLabel}>用车路线:</div>
<div className={styles.listValue}>
{data.lineDescription}
</div>
</div>,
]}
</div>
</div>
......
......@@ -71,7 +71,7 @@
text-overflow: ellipsis;
}
.listValueMutLine {
white-space: pre-wrap;
white-space: wrap;
word-break: break-all;
}
.listLabel {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment