mirror of https://github.com/veops/cmdb.git
sidebar scroll
This commit is contained in:
parent
90b1b6b7af
commit
dfe1ba55d5
|
@ -359,6 +359,7 @@ body {
|
|||
|
||||
.ant-layout-sider-children {
|
||||
overflow-y: hidden;
|
||||
max-height: 100vh;
|
||||
|
||||
&:hover {
|
||||
overflow-y: auto;
|
||||
|
|
|
@ -129,7 +129,7 @@ export default {
|
|||
setTimeout(() => {
|
||||
this.setColumnWidth()
|
||||
console.log('set column')
|
||||
}, 100)
|
||||
}, 200)
|
||||
}
|
||||
this.loadRoot()
|
||||
return result
|
||||
|
@ -206,7 +206,7 @@ export default {
|
|||
this.$refs.table.renderClear()
|
||||
setTimeout(() => {
|
||||
this.refreshTable(true)
|
||||
}, 100)
|
||||
}, 200)
|
||||
},
|
||||
|
||||
async judgeCITypes (q) {
|
||||
|
|
Loading…
Reference in New Issue