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