| 12345678910111213141516171819202122232425262728293031323334353637 |
- .list-container {
- width: 100%;
- height: 100%;
- flex: 1;
- }
- .scroll-box {
- width: 100%;
- height: 100%;
- }
- .scroll-list {
- width: 100%;
- display: flex;
- flex-direction: column;
- white-space: nowrap;
- }
- .text-name{
- font-size: 26rpx;
- color:#426666;
- margin-left:10rpx;
- }
- .text-value{
- font-size: 26rpx;
- color:darkgray;
- word-wrap: break-word;
- word-break: break-all;
- white-space: pre-line;
- }
- .datagram-hex-box{
- word-break: break-all;
- }
|