|
|
|
@ -1,9 +1,9 @@ |
|
|
|
export const optionParent = { |
|
|
|
export const optionParent = { |
|
|
|
height: 'auto', |
|
|
|
height: 'auto', |
|
|
|
calcHeight: 70, |
|
|
|
calcHeight: 95, |
|
|
|
tip: false, |
|
|
|
tip: false, |
|
|
|
searchShow: true, |
|
|
|
searchShow: true, |
|
|
|
searchMenuSpan: 6, |
|
|
|
searchMenuSpan: 6, |
|
|
|
tree: true, |
|
|
|
tree: true, |
|
|
|
border: true, |
|
|
|
border: true, |
|
|
|
index: true, |
|
|
|
index: true, |
|
|
|
@ -89,10 +89,10 @@ export const optionParent = { |
|
|
|
|
|
|
|
|
|
|
|
export const optionChild = { |
|
|
|
export const optionChild = { |
|
|
|
height: 'auto', |
|
|
|
height: 'auto', |
|
|
|
calcHeight: 70, |
|
|
|
calcHeight: 95, |
|
|
|
tip: false, |
|
|
|
tip: false, |
|
|
|
searchShow: true, |
|
|
|
searchShow: true, |
|
|
|
searchMenuSpan: 6, |
|
|
|
searchMenuSpan: 6, |
|
|
|
tree: true, |
|
|
|
tree: true, |
|
|
|
border: true, |
|
|
|
border: true, |
|
|
|
index: true, |
|
|
|
index: true, |
|
|
|
|