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 {
|
.ant-layout-sider-children {
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
max-height: 100vh;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
|
@ -129,7 +129,7 @@ export default {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.setColumnWidth()
|
this.setColumnWidth()
|
||||||
console.log('set column')
|
console.log('set column')
|
||||||
}, 100)
|
}, 200)
|
||||||
}
|
}
|
||||||
this.loadRoot()
|
this.loadRoot()
|
||||||
return result
|
return result
|
||||||
|
@ -206,7 +206,7 @@ export default {
|
||||||
this.$refs.table.renderClear()
|
this.$refs.table.renderClear()
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.refreshTable(true)
|
this.refreshTable(true)
|
||||||
}, 100)
|
}, 200)
|
||||||
},
|
},
|
||||||
|
|
||||||
async judgeCITypes (q) {
|
async judgeCITypes (q) {
|
||||||
|
|
Loading…
Reference in New Issue