Commit 6789272f by 曾经

最大高度 700 去除

冻结会员操作页面-全屏右边存在轻微滚动问题
parent 566fe349
......@@ -70,7 +70,6 @@
:data="list"
tooltip-effect="dark"
style="width: 100%"
max-height="700"
>
<el-table-column type="selection" min-width="30" fixed="left">
</el-table-column>
......
......@@ -63,7 +63,6 @@
tooltip-effect="dark"
style="width: 100%"
@sort-change="sortChange"
max-height="700"
>
<el-table-column type="selection" min-width="30" fixed="left">
</el-table-column>
......
......@@ -44,11 +44,11 @@
}
}
.page-right{
padding: 20px 20px 76px;
padding: 20px;
box-sizing: border-box;
width: 420px;
position: relative;
max-height: calc(100% - 56px);
height: calc(100% - 56px);
.selected-result-box{
height: 522px;
width: 380px;
......
......@@ -28,7 +28,6 @@
class="member-table"
@selection-change="handleSelectionChange"
v-loading="load"
max-height="700"
>
<el-table-column
type="selection"
......
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