Commit 6b9263a2 authored by tao.huang's avatar tao.huang

fix: 修复换行问题

parent e39fed7c
...@@ -85,6 +85,9 @@ function onAdd() { ...@@ -85,6 +85,9 @@ function onAdd() {
&:nth-child(3) { &:nth-child(3) {
border-bottom: none; border-bottom: none;
} }
.text {
white-space: nowrap;
}
} }
.selected-icon { .selected-icon {
width: 12rpx; width: 12rpx;
......
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