背景色就是蓝色,不能改的。希望把按钮周围那一圈边框去掉。
大概就是这样定义的按钮,但是没有边框的定义接口,现在白色边框去不掉。
- {
- useButtonStyle: false,
- captionAlign: 'left',
- imageType: Sheets.ButtonImageType.custom,
- imageSize: {
- width: '30px',
- height: '30px',
- },
- imageSrc: `xxx.png`,
- position: Sheets.ButtonPosition.left,
- command: (she, ro, col, option) => {
- ...
- },
- }
复制代码 |