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

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
@@ -208,7 +208,7 @@ var CustomTable = function CustomTable(props) {
208
208
  columns: filterColumns()
209
209
  }, restProps), {}, {
210
210
  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)),
211
+ className: classNames((_classNames2 = {}, _defineProperty(_classNames2, 'ccs-table-nodata', !totalNum), _defineProperty(_classNames2, 'ccs-table-wrapper', !rowSelection), _defineProperty(_classNames2, "className", className), _classNames2)),
212
212
  scroll: scroll,
213
213
  components: {
214
214
  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-9",
4
4
  "description": "删除IsTabsPage参数;添加colorful主题;",
5
5
  "license": "MIT",
6
6
  "author": {