| | |
| | | <audio ref='realAudio' loop> |
| | | </audio> |
| | | <div> |
| | | <el-dialog class="real-dialog" title="实时警情" :visible.sync="dialogTableVisible" append-to-body="true" @close='closeDialog'> |
| | | <el-dialog class="real-dialog" title="实时警情" center="true" :visible.sync="dialogTableVisible" top="190px" append-to-body="true" @close='closeDialog'> |
| | | <el-form :model="form" label-position="right" size="mini" label-width="100px"> |
| | | <el-row> |
| | | <el-col span="12"> |
| | |
| | | } |
| | | |
| | | |
| | | .real-dialog .el-dialog__header{ |
| | | padding-top: 10px; |
| | | background: linear-gradient(45deg, #ff0000, #ff3c3c); |
| | | border-radius: 10px 10px 0 0; |
| | | } |
| | | |
| | | .real-dialog .el-dialog__header .el-dialog__title{ |
| | | color: white; |
| | | } |
| | | .real-dialog .el-dialog__header .el-dialog__headerbtn{ |
| | | top: 15px; |
| | | } |
| | | |
| | | .real-dialog .el-dialog{ |
| | | border-radius: 10px 10px 10px 10px; |
| | | } |
| | | |
| | | |
| | | </style> |
| | |
| | | |
| | | </basic-container> |
| | | </el-col> |
| | | <el-dialog title="缴费提醒" :visible.sync="dialogTableVisible" custom-class="payWin" append-to-body="true"> |
| | | <el-dialog title="缴费提醒" :visible.sync="dialogTableVisible" top="280px" custom-class="payWin" append-to-body="true"> |
| | | <el-table :data="gridData"> |
| | | <el-table-column property="xb" label="序号" width="50"></el-table-column> |
| | | <el-table-column property="deviceName" label="设备名称" width="150"></el-table-column> |
| | |
| | | label: "设备名称", |
| | | width: 130, |
| | | prop: "deviceName", |
| | | searchPlaceholder: "请输入设备名称/编号", |
| | | searchPlaceholder: "设备名称/编号", |
| | | search: true, |
| | | }, |
| | | { |