修改未符合项整改库--无法拖拽列表下方的滚动条
This commit is contained in:
@@ -197,7 +197,7 @@
|
|||||||
label="计划关闭时间">
|
label="计划关闭时间">
|
||||||
<template slot-scope="scope">{{(scope.row.planCloseTime ? scope.row.planCloseTime.substring(0, 11): '')}}</template>
|
<template slot-scope="scope">{{(scope.row.planCloseTime ? scope.row.planCloseTime.substring(0, 11): '')}}</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" align="center" width="50" fixed="right">
|
<el-table-column label="操作" align="center" width="50">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div @click.stop style="display: inline-block">
|
<div @click.stop style="display: inline-block">
|
||||||
<el-dropdown trigger="click" @command="handleCommand">
|
<el-dropdown trigger="click" @command="handleCommand">
|
||||||
@@ -680,7 +680,20 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
|
|
||||||
|
//.el-table {
|
||||||
|
// .el-table__fixed {
|
||||||
|
// height:auto !important; // 此处的important表示优先于element.style
|
||||||
|
// bottom:17px; // 改为自动高度后,设置与父容器的底部距离,则高度会动态改变
|
||||||
|
// }
|
||||||
|
//}
|
||||||
|
|
||||||
#rectification-dataBase {
|
#rectification-dataBase {
|
||||||
|
/deep/.table-wrap {
|
||||||
|
.el-table__fixed {
|
||||||
|
height: calc(~'100% - 20px') !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user