VTable
VTable copied to clipboard
[Bug] checkboxStyle: disableFill设置无效
Version
1.7.2
Link to Minimal Reproduction
none
Steps to Reproduce
option > theme > checkboxStyle > disableFill属性设置无效
Current Behavior
const option = {
records,
columns,
theme: VTable.themes.DEFAULT.extends({
checkboxStyle: {
disableFill: 'red',
disableCheckedFill: 'yellow',
checkedFill: 'pink'
}
})
};
Expected Behavior
正常设置生效
Environment
- OS: macOS Sonoma 14.1.2
- Browser: Chrome 128.0.6613.120
- Framework: Vue@3
Any additional comments?
No response
fix by VisActor/VRender/issues/1437