@ccs-ui/rc-pro 1.1.23-beta-8 → 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.
@@ -2,7 +2,7 @@
2
2
  import { FormProps } from 'antd';
3
3
  import { DialogFormRef } from './form';
4
4
  import { CcsDialogModal, CcsDialogModalProps } from './hook';
5
- export declare const DialogSelfButton: ({ auth, formRef, formInitialValues, request, onCancel, onRequestBefore, }: Pick<CcsDialogModalProps, "auth" | "request" | "onRequestBefore" | "onCancel"> & {
5
+ export declare const DialogSelfButton: ({ auth, formRef, formInitialValues, request, onCancel, onRequestBefore, }: Pick<CcsDialogModalProps, "request" | "auth" | "onRequestBefore" | "onCancel"> & {
6
6
  formRef: React.RefObject<DialogFormRef>;
7
7
  formInitialValues: FormProps['initialValues'];
8
8
  }) => import("react/jsx-runtime").JSX.Element;
@@ -7,6 +7,7 @@
7
7
  &-tabs-colorful {
8
8
  & > .ant-tabs-nav {
9
9
  margin: 0;
10
+
10
11
  &::before {
11
12
  background: #fff;
12
13
  opacity: 0.1;
@@ -31,6 +32,7 @@
31
32
  }
32
33
  }
33
34
  }
35
+
34
36
  &-tabs {
35
37
  background-color: #fff;
36
38
 
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), {}, {
@@ -208,7 +209,7 @@ var CustomTable = function CustomTable(props) {
208
209
  columns: filterColumns()
209
210
  }, restProps), {}, {
210
211
  size: restProps.size || 'middle',
211
- className: classNames((_classNames2 = {}, _defineProperty(_classNames2, 'ccs-table-nodata', !!totalNum), _defineProperty(_classNames2, 'ccs-table-wrapper', !rowSelection), _defineProperty(_classNames2, "className", className), _classNames2)),
212
+ className: classNames((_classNames2 = {}, _defineProperty(_classNames2, 'ccs-table-nodata', !totalNum), _defineProperty(_classNames2, 'ccs-table-wrapper', !rowSelection), _defineProperty(_classNames2, "className", className), _classNames2)),
212
213
  scroll: scroll,
213
214
  components: {
214
215
  header: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccs-ui/rc-pro",
3
- "version": "1.1.23-beta-8",
3
+ "version": "1.1.23-beta-10",
4
4
  "description": "删除IsTabsPage参数;添加colorful主题;",
5
5
  "license": "MIT",
6
6
  "author": {