Commit 2fb9b18a by 姜雷

Merge branch 'develop' into test

parents 1296d81b f85a7c44
......@@ -22,6 +22,13 @@
text-align: right;
}
}
.Pay-info-position {
text-align: right;
width: 500px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
.Pay-tip {
......
......@@ -819,7 +819,7 @@ class Pay extends Component {
</View>
<View className='Pay-info-item'>
<Text>设备位置</Text>
<Text>{device.position}</Text>
<Text className='Pay-info-position'>{device.position}</Text>
</View>
<View className='Pay-info-item'>
<Text>适用费率</Text>
......
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