Merge branch 'v4' of github.com:jumpserver/lina into v4

This commit is contained in:
ibuler
2024-05-21 16:42:42 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ export default {
},
computed: {
treeWidth() {
return this.treeSetting.notShowBuiltinTree ? '16%' : '24%'
return '23.6%'
},
treeTableConfig() {
if (this.treeSetting.notShowBuiltinTree) {

View File

@@ -93,7 +93,7 @@ export default {
},
treeWidth: {
type: String,
default: () => '24%'
default: () => '23.6%'
}
},
data() {