|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div class="app-container">
|
|
|
+ <div class="app-container position-r">
|
|
|
<div class="dark-el-input dark-el-button">
|
|
|
<el-form ref="queryForm" size="small" :inline="true" popper-class="cpp-popper">
|
|
|
<el-form-item label="时间">
|
|
@@ -41,22 +41,17 @@
|
|
|
<el-button type="primary" style="margin-left: 5px" icon="el-icon-search" @click="beforeQuery">导出
|
|
|
</el-button>
|
|
|
</el-form-item>
|
|
|
- <el-form-item>
|
|
|
- <div class="top-badge">
|
|
|
- <el-badge v-loading="loading" style="margin-left: 600px" :value="this.alarmNum">
|
|
|
- <img src="../../assets/images/svg/remind.svg" width="30px"/>
|
|
|
- </el-badge>
|
|
|
- </div>
|
|
|
- </el-form-item>
|
|
|
- <br>
|
|
|
- <el-form-item>
|
|
|
- <el-button type="primary" @click="acknowledgeByStationCode">全部确认
|
|
|
- </el-button>
|
|
|
- </el-form-item>
|
|
|
</el-form>
|
|
|
-
|
|
|
</div>
|
|
|
-
|
|
|
+ <div class="top-badge position-a" style="top: 20px;right: 2vw;">
|
|
|
+ <el-badge v-loading="loading" :value="this.alarmNum">
|
|
|
+ <img src="../../assets/images/svg/remind.svg" width="30px"/>
|
|
|
+ </el-badge>
|
|
|
+ </div>
|
|
|
+ <div class="dark-el-button">
|
|
|
+ <el-button type="primary" @click="acknowledgeByStationCode">全部确认
|
|
|
+ </el-button>
|
|
|
+ </div>
|
|
|
<div style="padding-top: 10px">
|
|
|
<vxe-table
|
|
|
ref="xTable"
|