Commit 7584c872 authored by 徐来柯's avatar 徐来柯

update

parent 248bd9e5
...@@ -8,8 +8,12 @@ ...@@ -8,8 +8,12 @@
flex-grow: 1 !important; flex-grow: 1 !important;
} }
// 添加 box-container 下的自定义全局css 样式 // 表格高度自适应
.table-auto-height {
height: calc(100vh - 352px) !important;
}
// 添加 box-container 下的自定义全局css 样式
.box-container { .box-container {
position: relative; position: relative;
margin-top:100px; margin-top:100px;
...@@ -24,9 +28,6 @@ ...@@ -24,9 +28,6 @@
background: #fff; background: #fff;
padding: 24px 20px 0px 20px; padding: 24px 20px 0px 20px;
} }
.table-style {
height: calc(100% - 110px) !important;
}
.el-table__header-wrapper{ .el-table__header-wrapper{
background: #5A6C98; background: #5A6C98;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-table <el-table
border border
:height="$store.state.tableHeight" :height="$store.state.tableHeight"
class="conterFool_middle" class="table-auto-height"
ref="multipleTable" ref="multipleTable"
:data="tableData" :data="tableData"
tooltip-effect="dark" tooltip-effect="dark"
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
<el-table <el-table
border border
:height="$store.state.tableHeight" :height="$store.state.tableHeight"
class="table-auto-height"
ref="multipleTable" ref="multipleTable"
:data="tableData" :data="tableData"
tooltip-effect="dark" tooltip-effect="dark"
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
<el-table <el-table
border border
:height="$store.state.tableHeight" :height="$store.state.tableHeight"
class="table-auto-height"
ref="multipleTable" ref="multipleTable"
:data="tableData" :data="tableData"
tooltip-effect="dark" tooltip-effect="dark"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
border border
:height="$store.state.tableHeight" :height="$store.state.tableHeight"
ref="multipleTable" ref="multipleTable"
class="table-auto-height"
:data="tableData" :data="tableData"
tooltip-effect="dark" tooltip-effect="dark"
highlight-current-row highlight-current-row
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-table <el-table
border border
:height="$store.state.tableHeight" :height="$store.state.tableHeight"
class="conterFool_middle" class="table-auto-height"
ref="multipleTable" ref="multipleTable"
:data="tableData" :data="tableData"
highlight-current-row highlight-current-row
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
<el-table <el-table
border border
:height="$store.state.tableHeight" :height="$store.state.tableHeight"
class="table-auto-height"
ref="multipleTable" ref="multipleTable"
:data="tableData" :data="tableData"
tooltip-effect="dark" tooltip-effect="dark"
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
:height="$store.state.tableHeight" :height="$store.state.tableHeight"
:data="tableData" :data="tableData"
tooltip-effect="dark" tooltip-effect="dark"
class="table-auto-height"
style="width: 100%" style="width: 100%"
highlight-current-row highlight-current-row
@selection-change="handleSelectionChange"> @selection-change="handleSelectionChange">
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-table <el-table
border border
:height="$store.state.tableHeight" :height="$store.state.tableHeight"
class="conterFool_middle" class="table-auto-height"
ref="multipleTable" ref="multipleTable"
:data="tableData" :data="tableData"
tooltip-effect="dark" tooltip-effect="dark"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<el-table <el-table
border border
:height="baseTableHeight" :height="baseTableHeight"
class="conterFool_middle" class="table-auto-height"
ref="multipleTable" ref="multipleTable"
:data="tableData" :data="tableData"
tooltip-effect="dark" tooltip-effect="dark"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-table <el-table
border border
:height="$store.state.tableHeight" :height="$store.state.tableHeight"
class="conterFool_middle" class="table-auto-height"
ref="multipleTable" ref="multipleTable"
:data="tableData" :data="tableData"
tooltip-effect="dark" tooltip-effect="dark"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-table <el-table
border border
:height="$store.state.tableHeight" :height="$store.state.tableHeight"
class="conterFool_middle" class="table-auto-height"
ref="multipleTable" ref="multipleTable"
:data="tableData" :data="tableData"
tooltip-effect="dark" tooltip-effect="dark"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-table <el-table
border border
:height="$store.state.tableHeight" :height="$store.state.tableHeight"
class="conterFool_middle" class="table-auto-height"
ref="multipleTable" ref="multipleTable"
:data="tableData" :data="tableData"
tooltip-effect="dark" tooltip-effect="dark"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-table <el-table
border border
:height="$store.state.tableHeight" :height="$store.state.tableHeight"
class="conterFool_middle" class="table-auto-height"
ref="multipleTable" ref="multipleTable"
:data="tableData" :data="tableData"
tooltip-effect="dark" tooltip-effect="dark"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-table <el-table
border border
:height="$store.state.tableHeight" :height="$store.state.tableHeight"
class="conterFool_middle" class="table-auto-height"
ref="multipleTable" ref="multipleTable"
:data="tableData" :data="tableData"
tooltip-effect="dark" tooltip-effect="dark"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment