forked from github/dataease
Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
a12a670383
@ -83,7 +83,7 @@ export default {
|
||||
kids.forEach(kid => {
|
||||
contentWidth += kid.offsetWidth
|
||||
})
|
||||
this.showNumber = contentWidth > (this.$refs.deSelect.$refs.tags.clientWidth * 0.9)
|
||||
this.showNumber = contentWidth > ((this.$refs.deSelect.$refs.tags.clientWidth - 30) * 0.9)
|
||||
})
|
||||
},
|
||||
|
||||
|
@ -146,7 +146,7 @@ export default {
|
||||
expandedArray: [],
|
||||
groupForm: {
|
||||
name: '',
|
||||
pid: null,
|
||||
pid: '0',
|
||||
level: 0,
|
||||
type: '',
|
||||
children: [],
|
||||
@ -201,7 +201,7 @@ export default {
|
||||
this.editGroup = false
|
||||
this.groupForm = {
|
||||
name: '',
|
||||
pid: null,
|
||||
pid: '0',
|
||||
level: 0,
|
||||
type: '',
|
||||
children: [],
|
||||
|
@ -36,7 +36,7 @@ export default {
|
||||
currGroup: '',
|
||||
groupForm: {
|
||||
name: '',
|
||||
pid: null,
|
||||
pid: '0',
|
||||
level: 0,
|
||||
type: '',
|
||||
children: [],
|
||||
|
@ -36,7 +36,7 @@ export default {
|
||||
currGroup: '',
|
||||
groupForm: {
|
||||
name: '',
|
||||
pid: null,
|
||||
pid: '0',
|
||||
level: 0,
|
||||
type: 'group',
|
||||
children: [],
|
||||
|
Loading…
Reference in New Issue
Block a user