mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 21:18:13 +08:00
sidebar scroll
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user