Browse Source

监控管理 弹窗调整

master
x_ying 2 years ago
parent
commit
88051b583f
  1. 12
      src/views/storeManage/listenManage/module/bindCamera.vue
  2. 12
      src/views/storeManage/listenManage/module/details.vue

12
src/views/storeManage/listenManage/module/bindCamera.vue

@ -102,4 +102,16 @@ export default {
.bule{
color: #339CFF;
}
::v-deep .el-dialog__body{
padding: 30px 0;
}
::v-deep .el-dialog{
width: 720px;
// height: 520px;
}
::v-deep .el-dialog .el-dialog__header .el-dialog__close::before{
position: absolute;
right: -40px;
bottom: -12px;
}
</style>

12
src/views/storeManage/listenManage/module/details.vue

@ -64,4 +64,16 @@ export default {
.white{
color: #fff;
}
::v-deep .el-dialog__body{
padding: 30px 0;
}
::v-deep .el-dialog{
width: 720px;
// height: 520px;
}
::v-deep .el-dialog .el-dialog__header .el-dialog__close::before{
position: absolute;
right: -40px;
bottom: -12px;
}
</style>
Loading…
Cancel
Save