|
|
@@ -132,6 +132,7 @@ page {
|
|
|
width: 34%;
|
|
|
height: 100%;
|
|
|
overflow-y: auto;
|
|
|
+ overflow-x: hidden;
|
|
|
border-radius: 8rpx 0px 0px 8rpx;
|
|
|
}
|
|
|
|
|
|
@@ -145,6 +146,9 @@ page {
|
|
|
box-sizing: border-box;
|
|
|
line-height: 96rpx;
|
|
|
font-weight: bold;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
.select-box .loacation-box .states-item.active {
|