机构管理表格缩放

This commit is contained in:
wangxiahui@91isoft.com
2021-09-24 14:42:13 +08:00
parent 701ff4e07a
commit 6dce1e13bb
@@ -394,6 +394,11 @@ export default {
} }
</style> </style>
<style lang="less" scoped> <style lang="less" scoped>
#mechanism-manage{
height: 100%;
.content {
height: calc(~'100% - 105px - 56px')
}
/deep/.el-select__tags { /deep/.el-select__tags {
overflow-x: hidden; overflow-x: hidden;
} }
@@ -411,5 +416,7 @@ export default {
.add-form-item { .add-form-item {
display: flex; display: flex;
} }
}
</style> </style>