@yibozhang/pro-table 16.1.10 → 16.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -161,12 +161,6 @@
|
|
|
161
161
|
padding-left: @custom-radio-padding-horizontal;
|
|
162
162
|
padding-right: @custom-radio-padding-horizontal;
|
|
163
163
|
}
|
|
164
|
-
& > label:not([class*="ant-radio-wrapper-disabled"]) > span:last-child {
|
|
165
|
-
color: @custom-text-color2;
|
|
166
|
-
}
|
|
167
|
-
& > label[class*="ant-radio-wrapper-disabled"] > span:last-child {
|
|
168
|
-
color: @custom-text-color5;
|
|
169
|
-
}
|
|
170
164
|
}
|
|
171
165
|
|
|
172
166
|
// Form相关设置
|