@ccs-ui/rc-pro 1.1.23-beta-2 → 1.1.23-beta-4
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.
|
@@ -21,10 +21,9 @@ export default /*#__PURE__*/memo(function (props) {
|
|
|
21
21
|
},
|
|
22
22
|
children: /*#__PURE__*/_jsx("div", {
|
|
23
23
|
style: {
|
|
24
|
-
|
|
25
|
-
display: active ? 'block' : 'none',
|
|
26
|
-
position: 'relative'
|
|
24
|
+
display: active ? 'block' : 'none'
|
|
27
25
|
},
|
|
26
|
+
className: "ccs-tab-item",
|
|
28
27
|
id: id,
|
|
29
28
|
"data-display": active,
|
|
30
29
|
children: /*#__PURE__*/_jsx(Scrollbars, {
|
package/es/theme.js
CHANGED
|
@@ -41,7 +41,7 @@ export default function AppTheme(_ref) {
|
|
|
41
41
|
}, []);
|
|
42
42
|
|
|
43
43
|
// 主题
|
|
44
|
-
var appTheme = theme === '
|
|
44
|
+
var appTheme = theme === 'dark' ? darkTheme : defaultTheme;
|
|
45
45
|
|
|
46
46
|
// 合并token
|
|
47
47
|
var token = _objectSpread(_objectSpread(_objectSpread({}, appTheme.token), themeConfig === null || themeConfig === void 0 ? void 0 : themeConfig.token), {}, {
|