| | |
| | | <view class="main"> |
| | | <!-- 当前选择仓库 --> |
| | | <view class="top-tag"> |
| | | <u-tag :text="dataForm.firstClass ? dataForm.firstClass : '请选择仓库'" |
| | | <u-tag |
| | | size='large' |
| | | :text="dataForm.firstClass ? dataForm.firstClass : '请选择仓库'" |
| | | @click="firstClassSelect" |
| | | ></u-tag> |
| | | </view> |
| | |
| | | } |
| | | |
| | | .coal-name { |
| | | width: 95%; |
| | | width: 75%; |
| | | min-height: vww(100); |
| | | |
| | | .u-checkbox-group { |
| | |
| | | margin-top: 30rpx; |
| | | } |
| | | .history-information { |
| | | width: 690rpx; |
| | | height: 398rpx; |
| | | margin: vww(10) vww(15); |
| | | |
| | | background: #ffffff; |
| | | box-shadow: 0rpx 0rpx 14rpx 0rpx rgba(73, 120, 240, 0.14), 0rpx 7rpx 45rpx 0rpx rgba(73, 120, 240, 0.12); |
| | | border-radius: 20rpx; |
| | | @include flex flex-direction: column; |
| | | padding: 10px; |
| | | align-items: flex-start; |
| | | justify-content: space-evenly; |
| | | overflow: hidden; |
| | | box-shadow: 0rpx 0rpx 14rpx 0rpx rgba(73, 120, 240, 0.14), 0rpx 7rpx 45rpx 0rpx rgba(73, 120, 240, 0.12); |
| | | |
| | | |
| | | .first { |
| | | width: 96%; |
| | |
| | | justify-content: flex-start; |
| | | |
| | | .coal-name { |
| | | min-width: vww(30); |
| | | min-width: vww(20); |
| | | height: vww(20); |
| | | margin-right: vww(21); |
| | | } |
| | | |
| | | .order-type { |
| | | height: 45rpx; |
| | | color: #035cfb; |
| | | border: 2px solid #035cfb; |
| | | border-radius: 4rpx; |