@ccs-ui/rc-pro 2.3.6-alpha-26 → 2.3.6-alpha-28

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.
@@ -54,9 +54,11 @@
54
54
 
55
55
  &-tabs {
56
56
  background-color: #fff;
57
+ border-bottom: 1px solid #f1f2f5;
57
58
 
58
59
  &.dark {
59
60
  background-color: rgb(37, 37, 37);
61
+ border-bottom: 0;
60
62
  }
61
63
  }
62
64
 
@@ -1,5 +1,4 @@
1
1
  .ccs-single-page {
2
- height: 100%;
3
2
  display: flex;
4
3
  flex-direction: column;
5
4
  }
@@ -1,5 +1,4 @@
1
1
  import { Breadcrumb } from 'antd';
2
- import classNames from 'classnames';
3
2
  import { memo, useRef } from 'react';
4
3
  import Scrollbars from 'react-custom-scrollbars';
5
4
  import { PageContext } from "../context";
@@ -7,7 +6,7 @@ import { DialogElementsHolder } from "../dialog/hook";
7
6
  import { jsx as _jsx } from "react/jsx-runtime";
8
7
  import { jsxs as _jsxs } from "react/jsx-runtime";
9
8
  export default /*#__PURE__*/memo(function (props) {
10
- var _props$styles, _props$styles2;
9
+ var _props$styles;
11
10
  var locationRef = useRef(props.location);
12
11
  var children = props.children,
13
12
  _props$urlAuthList = props.urlAuthList,
@@ -31,15 +30,11 @@ export default /*#__PURE__*/memo(function (props) {
31
30
  children: /*#__PURE__*/_jsxs(Scrollbars, {
32
31
  autoHide: true,
33
32
  className: "ccs-sticky-scroll",
34
- children: [/*#__PURE__*/_jsxs("div", {
35
- className: classNames('ccs-single-page', props.className),
36
- style: (_props$styles = props.styles) === null || _props$styles === void 0 ? void 0 : _props$styles.root,
37
- children: [/*#__PURE__*/_jsx(Breadcrumb, {
38
- items: breadcrumb,
39
- className: "ccs-breadcrumb",
40
- style: (_props$styles2 = props.styles) === null || _props$styles2 === void 0 ? void 0 : _props$styles2.breadcrumb
41
- }), children]
42
- }), /*#__PURE__*/_jsx(DialogElementsHolder, {
33
+ children: [/*#__PURE__*/_jsx(Breadcrumb, {
34
+ items: breadcrumb,
35
+ className: "ccs-breadcrumb",
36
+ style: (_props$styles = props.styles) === null || _props$styles === void 0 ? void 0 : _props$styles.breadcrumb
37
+ }), children, /*#__PURE__*/_jsx(DialogElementsHolder, {
43
38
  ref: dialogHolderRef
44
39
  }, "modal-drawer-holder")]
45
40
  })
@@ -35,7 +35,6 @@
35
35
  }
36
36
 
37
37
  .ccs-pl {
38
- // flex: auto;
39
38
  display: flex;
40
39
  flex-direction: column;
41
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccs-ui/rc-pro",
3
- "version": "2.3.6-alpha-26",
3
+ "version": "2.3.6-alpha-28",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": {