@yibozhang/pro-table 0.1.16 → 0.1.18

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": "0.1.16",
3
+ "version": "0.1.18",
4
4
  "description": "基于 Angular 和 ng-zorro-antd 的高级表格组件库",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -194,6 +194,9 @@
194
194
  height: 23px;
195
195
  line-height: 23px;
196
196
  }
197
+ .ant-form-item{
198
+ margin-bottom: 8px !important;
199
+ }
197
200
  }
198
201
 
199
202
  // Checkbox相关设置
@@ -64,7 +64,6 @@
64
64
 
65
65
 
66
66
  // Form
67
- @form-item-margin-bottom: 8px;
68
67
  @label-required-color: #f25d5d;
69
68
  @label-color: @custom-text-color3;
70
69