Commit f85a7c44 by 姜雷

修改支付页样式

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