| | |
| | | </el-scrollbar> |
| | | <div class="event-report"> |
| | | <el-dialog |
| | | custom-class="el-dialog--center" |
| | | custom-class="event-report" |
| | | title="事件上报" |
| | | :visible.sync="dialogVisible" |
| | | :append-to-body="true" |
| | |
| | | <EventsReported></EventsReported> |
| | | </el-dialog> |
| | | </div> |
| | | <!-- <Dialog ref="EReported" title="事件上报2">--> |
| | | <!-- <EventsReported></EventsReported>--> |
| | | <!-- </Dialog>--> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import eventBus from '../../../../eventBus' |
| | | import EventsReported from '../../../../components/base-page/enterprise-emergency/EventsReported' |
| | | |
| | | // import Dialog from '../../../../views/popup/Dialog' |
| | | |
| | | export default { |
| | | name: 'EventQuery', |
| | | components: { |
| | | // Dialog, |
| | | EventsReported |
| | | }, |
| | | data () { |
| | |
| | | |
| | | <style lang="less" scoped> |
| | | /*.event-report {*/ |
| | | /deep/ .el-dialog--center { |
| | | /*left: 2rem !important;*/ |
| | | margin-left: 2rem !important; |
| | | margin-top: 0.73979rem !important; |
| | | /*bottom: 0 !important;*/ |
| | | } |
| | | /*/deep/ .el-dialog--center {*/ |
| | | /* !*left: 2rem !important;*!*/ |
| | | /* margin-left: 3rem !important;*/ |
| | | /* margin-top: 0.33979rem !important;*/ |
| | | /* !*bottom: 0 !important;*!*/ |
| | | /*}*/ |
| | | |
| | | /deep/ .event-report { |
| | | /*margin-left: 3rem !important;*/ |
| | | /*margin-top: 0.33979rem !important;*/ |
| | | } |
| | | |
| | | //} |
| | | /*.event-report {*/ |
| | | /deep/ .el-dialog { |
| | | /*width: 30%;*/ |
| | | width: 550px; |
| | | } |
| | | /*width: 30%;*/ |
| | | width: 550px; |
| | | } |
| | | |
| | | /*}*/ |
| | | </style> |