6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
|
/* pages/mine/manage/shopposition.wxss */
|
||
|
.cut {
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
}
|