@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yibozhang/pro-table",
3
- "version": "16.1.10",
3
+ "version": "16.1.11",
4
4
  "description": "基于 Angular11 和 ng-zorro-antd 的高级表格组件库",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -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相关设置