本文章给使用avue表格的家人们提供一个小tips
.Avue-crud{
/deep/.el-table {
.el-table__body-wrapper,
.el-table__fixed-body-wrapper {
max-height: calc(100vh - 430px) !important;
overflow-y: auto;
}
}
}
本文章给使用avue表格的家人们提供一个小tips
.Avue-crud{
/deep/.el-table {
.el-table__body-wrapper,
.el-table__fixed-body-wrapper {
max-height: calc(100vh - 430px) !important;
overflow-y: auto;
}
}
}