| | |
| | | .el-scrollbar { |
| | | position: relative; |
| | | |
| | | .el-scrollbar__wrap { |
| | | overflow-x: hidden; // 隐藏横向滚动栏 |
| | | } |
| | | } |
| | | |
| | | .public-farm-oper-table { |
| | | position: fixed; |
| | | top: 50%; |
| | |
| | | border-color: #21BAC4; |
| | | } |
| | | } |
| | | |
| | | .select-type { |
| | | |
| | | input { |
| | | color: #fff; |
| | | background: rgba(33, 186, 196, 0.2); |
| | | border-color: #21BAC4; |
| | | } |
| | | } |
| | | |
| | | .select-plot { |
| | | margin-left: 30px; |
| | | |
| | | input { |
| | | color: #fff; |
| | | background: rgba(33, 186, 196, 0.2); |
| | | border-color: #21BAC4; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .btn-grounp { |
| | |
| | | } |
| | | |
| | | .table-list { |
| | | flex: 1; |
| | | height: calc(100% - 74px); |
| | | display: flex; |
| | | flex-direction: column; |
| | | |
| | |
| | | } |
| | | |
| | | .t-body { |
| | | flex: 1; |
| | | height: calc(100% - 56px); |
| | | overflow-y: auto; |
| | | } |
| | | |
| | |
| | | |
| | | .t-header>div:nth-child(7), |
| | | .table-list>div:nth-child(7) { |
| | | width: 150px; |
| | | flex: 1; |
| | | } |
| | | |
| | | .t-header>div:nth-child(8), |