提交 a12a6703 authored 作者: wangjiahao's avatar wangjiahao

Merge remote-tracking branch 'origin/main' into main

...@@ -83,7 +83,7 @@ export default { ...@@ -83,7 +83,7 @@ export default {
kids.forEach(kid => { kids.forEach(kid => {
contentWidth += kid.offsetWidth 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 { ...@@ -146,7 +146,7 @@ export default {
expandedArray: [], expandedArray: [],
groupForm: { groupForm: {
name: '', name: '',
pid: null, pid: '0',
level: 0, level: 0,
type: '', type: '',
children: [], children: [],
...@@ -201,7 +201,7 @@ export default { ...@@ -201,7 +201,7 @@ export default {
this.editGroup = false this.editGroup = false
this.groupForm = { this.groupForm = {
name: '', name: '',
pid: null, pid: '0',
level: 0, level: 0,
type: '', type: '',
children: [], children: [],
......
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
currGroup: '', currGroup: '',
groupForm: { groupForm: {
name: '', name: '',
pid: null, pid: '0',
level: 0, level: 0,
type: '', type: '',
children: [], children: [],
......
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
currGroup: '', currGroup: '',
groupForm: { groupForm: {
name: '', name: '',
pid: null, pid: '0',
level: 0, level: 0,
type: 'group', type: 'group',
children: [], children: [],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论