Browse Source

大屏 修改css

master
xuhuajiao 3 years ago
parent
commit
f12767897a
  1. 5
      src/views/environmentalScreen/index.vue

5
src/views/environmentalScreen/index.vue

@ -74,7 +74,7 @@
<el-table
ref="table"
style="min-width: 100%;"
height="100%"
height="calc(100% - 38px)"
:data="tableData"
class="warehose-el-table"
:row-class-name="rowBgColor"
@ -199,7 +199,7 @@
<el-table
ref="table"
style="min-width: 100%;"
height="100%"
height="calc(100% - 38px)"
:data="tableData"
class="warehose-el-table"
:row-class-name="rowBgColor"
@ -356,7 +356,6 @@ export default {
.env-item {
margin-bottom: 20px;
text-align: center;
overflow: hidden;
h3{
position: relative;
display: inline-block;

Loading…
Cancel
Save