机构管理表格缩放

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 lang="less" scoped>
/deep/.el-select__tags {
overflow-x: hidden;
}
/deep/.width-all{
width: 100%;
}
.filter-tree {
height: calc(~'100% - 50px')
}
.laws-tree{
/deep/.clearable {
top: 20px;
#mechanism-manage{
height: 100%;
.content {
height: calc(~'100% - 105px - 56px')
}
/deep/.el-select__tags {
overflow-x: hidden;
}
/deep/.width-all{
width: 100%;
}
.filter-tree {
height: calc(~'100% - 50px')
}
.laws-tree{
/deep/.clearable {
top: 20px;
}
}
.add-form-item {
display: flex;
}
}
.add-form-item {
display: flex;
}
</style>