| | |
| | | .el-dialog .el-dialog__body .item>div:nth-of-type(2) { |
| | | width: calc(100% - countSizeVw(120, 1920)); |
| | | } |
| | | .pages { |
| | | height: countSizeVh(40); |
| | | |
| | | &>div { |
| | | &>button { |
| | | width: countSizeVh(32); |
| | | height: countSizeVh(32); |
| | | |
| | | &>i { |
| | | font-size: countSizeVh(16); |
| | | } |
| | | } |
| | | |
| | | &>ul { |
| | | li { |
| | | width: countSizeVh(32); |
| | | height: countSizeVh(32); |
| | | line-height: countSizeVh(32); |
| | | font-size: countSizeVh(16); |
| | | } |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | .header { |
| | | margin-bottom: countSizeVh(10); |
| | | padding-left: countSizeVh(10); |
| | | |
| | | &>div { |
| | | height: countSizeVh(32); |
| | | line-height: countSizeVh(32); |
| | | margin-right: countSizeVw(10, 1920); |
| | | |
| | | input { |
| | | width: countSizeVw(150, 1920); |
| | | height: countSizeVh(32); |
| | | font-size: countSizeVh(12); |
| | | border-radius: countSizeVh(5); |
| | | } |
| | | } |
| | | &>div:first-child input{ |
| | | width: countSizeVw(120, 1920); |
| | | } |
| | | .el-button--primary { |
| | | border: countSizeVh(1) solid rgba(29, 92, 228, 0.6); |
| | | } |
| | | .el-button{ |
| | | padding: countSizeVh(6) countSizeVw(10, 1920); |
| | | font-size: countSizeVh(16); |
| | | } |
| | | } |
| | | |
| | | .el-table th.el-table__cell>.cell{ |
| | | font-size: countSizeVh(16); |
| | | } |
| | | |
| | | .el-table { |
| | | height: calc(100% - countSizeVh(80)); |
| | | } |
| | | |
| | | .el-dialog__header { |
| | | height: countSizeVh(40); |
| | | line-height: countSizeVh(40); |
| | | } |
| | | .el-table__header-wrapper { |
| | | height: countSizeVh(60); |
| | | line-height: countSizeVh(40); |
| | | } |
| | | .el-table .cell { |
| | | font-size: countSizeVh(16); |
| | | height: countSizeVh(40); |
| | | line-height: countSizeVh(40); |
| | | } |
| | | .el-table__body-wrapper{ |
| | | height: calc(100% - countSizeVh(80)); |
| | | } |
| | | } |
| | | |
| | | .equiment-details-box { |