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