Merge pull request #3961 from jumpserver/pr@v4@tree_width

perf: asset tree width
This commit is contained in:
feng626
2024-05-21 16:36:52 +08:00
committed by GitHub
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() {