优化单选组件
parent
8034fc29b4
commit
8d1e960d71
|
@ -207,7 +207,6 @@ class RadioItem extends Component {
|
||||||
`,
|
`,
|
||||||
// 状态
|
// 状态
|
||||||
css`
|
css`
|
||||||
:host([readonly]),
|
|
||||||
:host([disabled]) {
|
:host([disabled]) {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
|
|
Loading…
Reference in New Issue