fix bug
This commit is contained in:
@@ -6,11 +6,14 @@ export const codeOption = {
|
||||
dialogWidth: 900,
|
||||
tip: false,
|
||||
searchShow: true,
|
||||
searchMenuSpan: 6,
|
||||
searchMenuSpan: 24,
|
||||
searchIcon: true,
|
||||
searchIndex: 8,
|
||||
searchMenuPosition: 'right',
|
||||
border: true,
|
||||
index: true,
|
||||
selection: true,
|
||||
labelWidth: 120,
|
||||
labelWidth: 'auto',
|
||||
menuWidth: 350,
|
||||
viewBtn: true,
|
||||
dialogClickModal: false,
|
||||
@@ -376,7 +379,7 @@ export const codeOption = {
|
||||
};
|
||||
|
||||
export const genOption = {
|
||||
labelWidth: 120,
|
||||
labelWidth: 'auto',
|
||||
column: [
|
||||
{
|
||||
label: '上级菜单',
|
||||
|
||||
Reference in New Issue
Block a user