| | |
| | | inline |
| | | style="display: flex;justify-content: space-between" |
| | | > |
| | | <div style="display: flex;justify-content: space-around;"> |
| | | <div class="elForm" style="width:100%"> |
| | | <el-form-item label="设备编码" style=" display: flex;"> |
| | | <el-input v-model="form.DeviceCode" placeholder="请输入" style="width: calc(100%-30px)" /> |
| | | </el-form-item> |
| | |
| | | prop: 'lm_date', // 排序字段 |
| | | order: 'desc', // 排序字段 |
| | | page: 1, // 第几页 |
| | | rows: 10 // 每页多少条 |
| | | rows: 20 // 每页多少条 |
| | | }, |
| | | DeviceTypeArr: [], // 设备类型下拉数组 |
| | | StatusArr: [ |
| | |
| | | height: 30px; |
| | | display: flex; |
| | | align-items: center; |
| | | border: 1px solid $main_color; |
| | | padding: 0 20px; |
| | | } |
| | | |
| | | ::v-deep .el-button--info { |
| | |
| | | height: 30px; |
| | | display: flex; |
| | | align-items: center; |
| | | padding: 0 20px; |
| | | } |
| | | |
| | | ::v-deep .el-pagination.is-background .el-pager li:not(.disabled).active { |
| | | background-color: $main_color !important; |
| | | } |
| | | |
| | | ::v-deep .el-dialog__footer { |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | } |
| | | |
| | | .footerButton { |
| | |
| | | height: 30px; |
| | | display: flex; |
| | | align-items: center; |
| | | padding: 0 20px; |
| | | } |
| | | |
| | | ::v-deep .el-button--default:hover { |
| | |
| | | ::v-deep .el-radio.is-bordered + .el-radio.is-bordered { |
| | | margin: 10px 30px 0px 0; |
| | | } |
| | | .elForm { |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | width: 85%; |
| | | flex-wrap: wrap; |
| | | } |
| | | </style> |