修改冀北问题
This commit is contained in:
@@ -254,7 +254,7 @@ onMounted(() => {
|
||||
const dom = document.getElementById('navigation-splitpanes')
|
||||
setTimeout(() => {
|
||||
if (dom) {
|
||||
size.value = Math.round((180 / dom.offsetHeight) * 100)
|
||||
size.value = Math.round((180 / dom.offsetHeight) * 120)
|
||||
}
|
||||
}, 100)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user