VTable icon indicating copy to clipboard operation
VTable copied to clipboard

[Bug] checkboxStyle: disableFill设置无效

Open trisaen opened this issue 1 year ago • 1 comments

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'
    }
  })
};

image

Expected Behavior

正常设置生效

Environment

- OS: macOS Sonoma 14.1.2
- Browser: Chrome 128.0.6613.120
- Framework: Vue@3

Any additional comments?

No response

trisaen avatar Sep 10 '24 08:09 trisaen

fix by VisActor/VRender/issues/1437

Rui-Sun avatar Sep 10 '24 12:09 Rui-Sun