mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
Merge pull request #3961 from jumpserver/pr@v4@tree_width
perf: asset tree width
This commit is contained in:
@@ -119,7 +119,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
treeWidth() {
|
||||
return this.treeSetting.notShowBuiltinTree ? '16%' : '24%'
|
||||
return '23.6%'
|
||||
},
|
||||
treeTableConfig() {
|
||||
if (this.treeSetting.notShowBuiltinTree) {
|
||||
|
||||
@@ -93,7 +93,7 @@ export default {
|
||||
},
|
||||
treeWidth: {
|
||||
type: String,
|
||||
default: () => '24%'
|
||||
default: () => '23.6%'
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user