Browse Source

环境大屏样式问题

master
xuhuajiao 2 years ago
parent
commit
4e837f2a06
  1. 6
      src/views/environmentalScreen/index.vue

6
src/views/environmentalScreen/index.vue

@ -631,6 +631,7 @@ export default {
flex: 1;
margin: 0 20px;
height: calc(100vh - 138px);
overflow: hidden;
}
.container-wrap {
height: calc(100% / 3 - 14px);
@ -876,7 +877,7 @@ export default {
.env-3d {
position: relative;
width: 100%;
height: calc(100% - (100% / 4) - 8px);
height: calc(100% - (100% / 4));
margin-bottom: 20px;
background: url("~@/assets/images/largeScreen/bg.png") no-repeat center -130px;
// background-size: 100% 100%;
@ -909,7 +910,7 @@ export default {
color: #339CFF ;
font-size: 14px;
justify-content: space-between;
height: calc(50% - 228px);
height: calc(100%/4);
.middle-bottom-l{
display: flex;
justify-content: space-between;
@ -940,6 +941,7 @@ export default {
.row-num{
font-size: 18px;
color: #fff;
margin-right: 10px;
}
// padding: 10px 0;

Loading…
Cancel
Save