@yibozhang/pro-table 16.1.5 → 16.1.6

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.5",
3
+ "version": "16.1.6",
4
4
  "description": "基于 Angular11 和 ng-zorro-antd 的高级表格组件库",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -155,14 +155,6 @@
155
155
  }
156
156
  }
157
157
 
158
- // Switch相关设置
159
- .ant-switch {
160
- background-color: @primary-color;
161
- &.ant-switch-checked {
162
- background-color: #bfbfbf;
163
- }
164
- }
165
-
166
158
  // Radio相关设置
167
159
  .ant-radio-group {
168
160
  & > label > span:last-child {