Browse Source

Merge branch 'feature' of http://120.46.222.128:10021/elink-star/epmet-work-pc into bug_mk

feature-banli
mk 12 months ago
parent
commit
2525c4f06c
  1. 11
      src/views/dataBoard/overview/components/Bmysxxq.vue
  2. 11
      src/views/dataBoard/overview/components/EventDetail.vue
  3. 11
      src/views/dataBoard/overview/components/ServiceDetails.vue

11
src/views/dataBoard/overview/components/Bmysxxq.vue

@ -1,5 +1,5 @@
<template>
<div>
<div class="test">
<el-dialog
:before-close="handleClose"
:modal="true"
@ -483,4 +483,13 @@ export default {
color: #fff !important;
background-color: rgba(#409eff, .5) !important;
}
.test {
/deep/ .el-dialog__wrapper{
background: #0000008a!important;
position: absolute !important;
}
/deep/ .v-modal{
display: none;
}
}
</style>

11
src/views/dataBoard/overview/components/EventDetail.vue

@ -1,5 +1,5 @@
<template>
<div>
<div class="test">
<el-dialog
:destroy-on-close="true"
:modal="true"
@ -362,6 +362,15 @@ export default {
color: #fff !important;
font-size: 14px !important;
}
.test {
/deep/ .el-dialog__wrapper{
background: #0000008a!important;
position: absolute !important;
}
/deep/ .v-modal{
display: none;
}
}
.eventWrap {
overflow-x: hidden;
//height: 798px;

11
src/views/dataBoard/overview/components/ServiceDetails.vue

@ -1,5 +1,5 @@
<template>
<div>
<div class="test">
<el-dialog
:before-close="handleClose"
:modal="true"
@ -332,6 +332,15 @@ export default {
.select {
margin-right: 16px;
}
.test {
/deep/ .el-dialog__wrapper{
background: #0000008a!important;
position: absolute !important;
}
/deep/ .v-modal{
display: none;
}
}
/deep/ .el-input__inner {
width: 360px;
height: 40px;

Loading…
Cancel
Save