机构管理表格缩放

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