@ccs-ui/rc-pro 1.2.0-beta-11 → 1.2.1-beta-1

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.
@@ -11,6 +11,7 @@
11
11
  }
12
12
 
13
13
  .ccs-aj-slider-img {
14
+ top: 0;
14
15
  position: absolute;
15
16
  -webkit-user-drag: none;
16
17
  }
package/es/table/index.js CHANGED
@@ -206,17 +206,16 @@ var CustomTable = function CustomTable(props) {
206
206
  rowSelection: rowSelection ? _objectSpread(_objectSpread({}, rowSelection), {}, {
207
207
  columnWidth: 60
208
208
  }) : undefined,
209
- columns: filterColumns()
210
- // locale={{ emptyText: <CcsResult.NoData iconWidth={80} /> }}
211
- }, restProps), {}, {
212
- size: restProps.size || 'middle',
213
- className: classNames(_defineProperty(_defineProperty(_defineProperty({}, 'ccs-table-nodata', !totalNum), 'ccs-table-wrapper', !rowSelection), "className", className)),
214
- scroll: scroll,
209
+ columns: filterColumns(),
215
210
  components: {
216
211
  header: {
217
212
  cell: ResizableTitle
218
213
  }
219
214
  }
215
+ }, restProps), {}, {
216
+ size: restProps.size || 'middle',
217
+ className: classNames(_defineProperty(_defineProperty(_defineProperty({}, 'ccs-table-nodata', !result || result.length === 0), 'ccs-table-wrapper', !rowSelection), "className", className)),
218
+ scroll: scroll
220
219
  }))
221
220
  })
222
221
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccs-ui/rc-pro",
3
- "version": "1.2.0-beta-11",
3
+ "version": "1.2.1-beta-1",
4
4
  "description": "验证码组件兼容暗黑模式;proTable封装rowselection代码;proTable添加自适应布局模式;CcsDialog不适应contextHolder也能打开;移除utils,独立存在@ccs-ui/utils;添加属性isEnableToolbar,table可以隐藏toolbar; ",
5
5
  "license": "MIT",
6
6
  "author": {