@ccs-ui/rc-pro 1.1.23-beta-9 → 1.1.23-beta-10

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/es/table/index.js CHANGED
@@ -179,6 +179,7 @@ var CustomTable = function CustomTable(props) {
179
179
  };
180
180
  var _theme$useToken = theme.useToken(),
181
181
  token = _theme$useToken.token;
182
+ console.log('totalNum', totalNum, !totalNum);
182
183
  return /*#__PURE__*/_jsx("div", {
183
184
  className: "ccs-table-card",
184
185
  style: _objectSpread(_objectSpread({}, style), {}, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccs-ui/rc-pro",
3
- "version": "1.1.23-beta-9",
3
+ "version": "1.1.23-beta-10",
4
4
  "description": "删除IsTabsPage参数;添加colorful主题;",
5
5
  "license": "MIT",
6
6
  "author": {