| | |
| | | this.route = mesSetting.route |
| | | |
| | | this.isOrder = mesSetting.isOrder |
| | | this.device = mesSetting.device |
| | | this.tech = mesSetting.tech |
| | | this.workOrder = mesSetting.workOrder |
| | | this.every = mesSetting.every |
| | |
| | | </script> |
| | | |
| | | <style scoped> |
| | | .main{ |
| | | .main { |
| | | display: flex; |
| | | flex-direction: column; |
| | | } |
| | | .block{ |
| | | |
| | | .block { |
| | | height: 100px; |
| | | } |
| | | .block-title{ |
| | | |
| | | .block-title { |
| | | |
| | | } |
| | | .block-content{ |
| | | |
| | | .block-content { |
| | | padding: 20px; |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | } |
| | | |
| | | .font{ |
| | | .font { |
| | | color: #606266; |
| | | font-size: 14px; |
| | | display: flex; |
| | | align-items: center; |
| | | width: 200px; |
| | | } |
| | | |
| | | .el-icon-question { |
| | | cursor: pointer; |
| | | } |
| | | </style> |