机构管理表格缩放
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user