| | |
| | | height: vww(15); |
| | | @include flex; |
| | | justify-content: flex-start; |
| | | .coalName{ |
| | | width: 45%; |
| | | height: 40rpx; |
| | | font-size: 30rpx; |
| | | font-weight: 300; |
| | | color: #515151; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | .coalName, |
| | | .order-type { |
| | | width: 45%; |
| | | height: 30rpx; |
| | | height: 42rpx; |
| | | font-size: 30rpx; |
| | | font-weight: 300; |
| | | color: #515151; |
| | |
| | | position: relative; |
| | | top: vww(130); |
| | | align-items: flex-start; |
| | | .table{ |
| | | width: 98%!important; |
| | | } |
| | | /deep/ .uni-table{ |
| | | width: 96%; |
| | | min-width: 0!important; |
| | | |
| | | } |
| | | .uni-table-scroll { |
| | | overflow-x: hidden!important; |
| | | } |
| | | .uni-table::-webkit-scrollbar { |
| | | display: none; |
| | | } |