releases 4.6.11
This commit is contained in:
@@ -112,6 +112,7 @@ const GlobalConfig: VXETableConfigOptions = {
|
||||
isEsc: true
|
||||
},
|
||||
areaConfig: {
|
||||
autoClear: true,
|
||||
selectCellByHeader: true
|
||||
},
|
||||
clipConfig: {
|
||||
|
||||
@@ -10,7 +10,9 @@ import { VxeGlobalConfigMethod } from '../../../types/all'
|
||||
*/
|
||||
export const config: VxeGlobalConfigMethod = (options) => {
|
||||
if (options) {
|
||||
setTheme(options)
|
||||
if (options.theme) {
|
||||
setTheme(options)
|
||||
}
|
||||
if (options.zIndex) {
|
||||
DomZIndex.setCurrent(options.zIndex)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user