diff --git a/style/web/components/radio/_index.less b/style/web/components/radio/_index.less index 26c90c5ffa..94b72c31cf 100644 --- a/style/web/components/radio/_index.less +++ b/style/web/components/radio/_index.less @@ -126,7 +126,7 @@ &.@{prefix}-is-disabled { &.@{prefix}-is-checked { - color: @radio-button-color-primary-filled-disabled-checked; + color: @radio-button-color-primary-filled-checked; } &.@{prefix}-is-checked ~ .@{radio-cls}-group__bg-block { diff --git a/style/web/components/radio/_var.less b/style/web/components/radio/_var.less index fbe5fd26ee..f7267c0517 100644 --- a/style/web/components/radio/_var.less +++ b/style/web/components/radio/_var.less @@ -33,7 +33,7 @@ @radio-button-color-outline-checked: @brand-color; @radio-button-background-color-disabled: @bg-color-component-disabled; @radio-button-color-disabled: @text-color-disabled; -@radio-button-background-color-outline-disabled-checked: @bg-color-container; +@radio-button-background-color-outline-disabled-checked: @bg-color-specialcomponent; @radio-button-color-disabled-checked: @text-color-disabled; @radio-button-group-background-color-filled: @bg-color-component; @@ -41,11 +41,10 @@ @radio-button-color-filled-hover: @text-color-primary; @radio-button-color-default-filled-checked: @text-color-primary; @radio-button-color-primary-filled-checked: @text-color-anti; -@radio-button-color-default-filled-disabled-checked: @brand-color-disabled; -@radio-button-color-primary-filled-disabled-checked: @text-color-disabled; +@radio-button-color-default-filled-disabled-checked: @text-color-disabled; @radio-button-background-color-default-filled-checked: @bg-color-container-select; @radio-button-background-color-primary-filled-checked: @brand-color; -@radio-button-background-color-default-filled-disabled-checked: @bg-color-container; +@radio-button-background-color-default-filled-disabled-checked: @bg-color-component-disabled; @radio-button-background-color-primary-filled-disabled-checked: @brand-color-disabled; // 尺寸