Browse Source

css

shibei_master
zhaoyongnian 3 years ago
parent
commit
dfb9ac39f3
  1. 7
      src/views/modules/visual/plugin/power/components/house-dialog.vue

7
src/views/modules/visual/plugin/power/components/house-dialog.vue

@ -144,6 +144,9 @@ export default {
top: 0;
z-index: 9999;
background-color: rgba($color: #000000, $alpha: 0.8);
display: flex;
justify-content: center;
align-items: center;
.info-dialog {
width: 960px;
height: auto;
@ -151,8 +154,8 @@ export default {
background: url('../../../../../../assets/img/modules/visual/warning-box.png') no-repeat;
background-size: 100% 100%;
position: absolute;
left: 30%;
top: 25%;
// left: 30%;
// top: 25%;
z-index: 999;
&-close {
position: absolute;

Loading…
Cancel
Save