| | |
| | | </InputSearch> |
| | | </el-form-item> |
| | | |
| | | |
| | | |
| | | <el-form-item> |
| | | <TimeSelectWithShortCuts @submit-time="giveTime"></TimeSelectWithShortCuts> |
| | | </el-form-item> |
| | | |
| | | <el-form-item> |
| | | <ExceptionType |
| | | @submit-value="(n) => form.exceptionName = n" |
| | | ></ExceptionType> |
| | | </el-form-item> |
| | | |
| | | <el-form-item> |
| | | <TimeSelectWithShortCuts @submit-time="giveTime"></TimeSelectWithShortCuts> |
| | | </el-form-item> |
| | | </div> |
| | | |
| | |
| | | <!-- 标头 --> |
| | | <div class="card-text1"> |
| | | <image class="card-header-image"></image> |
| | | <span class="card-header-text">变化趋势异常</span> |
| | | <span class="card-header-text">滑动平均值异常</span> |
| | | </div> |
| | | |
| | | <div class="card-content-text"> |
| | |
| | | <!-- 标头 --> |
| | | <div class="card-text1"> |
| | | <image class="card-header-image"></image> |
| | | <span class="card-header-text">数据缺失异常</span> |
| | | <span class="card-header-text">断电或断网</span> |
| | | </div> |
| | | |
| | | <div class="card-content-text"> |
| | |
| | | /* 查看详情对话框模块的样式 */ |
| | | :deep(.el-dialog) { |
| | | // 对话框高度 |
| | | |
| | | } |
| | | .diag-head { |
| | | // 对话框头部区域 |
| | |
| | | .chart-jump-button { |
| | | // ‘上一条’,‘下一条’ 按钮 |
| | | // border: 1px solid #fdc2db; |
| | | min-height: 30px; |
| | | width: 200px; |
| | | float: right; |
| | | // min-height: 30px; |
| | | // width: 200px; |
| | | // float: right; |
| | | display: flex; |
| | | justify-content: right; |
| | | } |
| | | |
| | | .line-chart { |
| | | // 异常折线图 |
| | | width: 920px; |
| | | height: 300px; |
| | | margin-bottom: 20px; |
| | | min-width: 600px; |
| | | } |
| | | .mx-1 { |
| | | position: absolute; |
| | | left: 10px; |