我有一个基于类的组件和this.props.opacity,它们定义了背景的不透明度,我有一个默认情况下不透明度为0的背景类,我想基于返回数字的this.props.opacity更改不透明度 例如:this.props.opacity // is at 0 but it also changes when I'm on the page
<div className={backgroundRed"background" : &
我只需要改变表视图只有1列的文本不透明度。#column_2 {} -fx-border-color: transparent transparent blue transparent;} tableView的列id中有#column_2。我试过了,但是这也改变了边框的不透明度。 那么如何只更改列文本的不透明度呢?(不更改边框不透明度) look in image ri