@pisell/materials 1.0.342 → 1.0.344
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +2 -2
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +2 -2
- package/dist/umd/materials.min.css +1 -0
- package/dist/umd/materials.min.js +1 -0
- package/dist/umd/static/DotsSix.57d66266.svg +1 -0
- package/dist/umd/static/arrow-left.e542294f.svg +1 -0
- package/dist/umd/static/arrow-right.763f03e0.svg +1 -0
- package/dist/umd/static/filter-lines.04a54ae9.svg +1 -0
- package/dist/umd/static/help-circle.31c9be40.svg +1 -0
- package/dist/umd/static/switch-vertical-01.7ebe3ba8.svg +1 -0
- package/es/components/Pagination/index.d.ts +1 -1
- package/es/components/drag-sort-tree/index.js +6 -2
- package/es/components/drawer/index.d.ts +1 -1
- package/es/components/drawer/index.js +24 -17
- package/es/components/drawer/index.less +31 -0
- package/lib/components/Pagination/index.d.ts +1 -1
- package/lib/components/drag-sort-tree/index.js +2 -2
- package/lib/components/drawer/index.d.ts +1 -1
- package/lib/components/drawer/index.js +5 -1
- package/lib/components/drawer/index.less +31 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM8 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM16 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM16 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM16 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.707 4.293a1 1 0 0 1 0 1.414L7.414 11H19a1 1 0 1 1 0 2H7.414l5.293 5.293a1 1 0 0 1-1.414 1.414l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.414 0Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.293 4.293a1 1 0 0 1 1.414 0l7 7a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414L16.586 13H5a1 1 0 1 1 0-2h11.586l-5.293-5.293a1 1 0 0 1 0-1.414Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 6a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Zm3 6a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Zm3 6a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18ZM1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm11.258-3.976a2 2 0 0 0-2.225 1.308 1 1 0 1 1-1.886-.664 4 4 0 0 1 7.773 1.333c0 1.53-1.135 2.54-1.945 3.081a8.044 8.044 0 0 1-1.686.848l-.035.013-.011.003-.004.002h-.002L11.92 13l.316.949a1 1 0 0 1-.633-1.897l.016-.006.074-.027a6.051 6.051 0 0 0 1.172-.6c.69-.46 1.055-.95 1.055-1.419v-.001a2 2 0 0 0-1.662-1.975ZM11 17a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.293 3.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1-1.414 1.414L8 6.414V20a1 1 0 1 1-2 0V6.414L3.707 8.707a1 1 0 0 1-1.414-1.414l4-4ZM16 17.586V4a1 1 0 1 1 2 0v13.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 1.414-1.414L16 17.586Z"/></svg>
|
|
@@ -5,7 +5,7 @@ export declare const paginationConfig: {
|
|
|
5
5
|
className: string;
|
|
6
6
|
defaultCurrent: number;
|
|
7
7
|
showTotal: (total: number, range: [number, number]) => string;
|
|
8
|
-
itemRender: (page: number, type: "
|
|
8
|
+
itemRender: (page: number, type: "page" | "next" | "prev" | "jump-prev" | "jump-next", element: React.ReactNode) => React.ReactNode;
|
|
9
9
|
responsive: boolean;
|
|
10
10
|
size: string;
|
|
11
11
|
};
|
|
@@ -9,6 +9,8 @@ import { DndContext, useSensor, useSensors, PointerSensor } from '@dnd-kit/core'
|
|
|
9
9
|
import { SortableContext, verticalListSortingStrategy, arrayMove } from '@dnd-kit/sortable';
|
|
10
10
|
import TreeItem from "./TreeItem";
|
|
11
11
|
import { restrictToVerticalAxis, restrictToParentElement } from '@dnd-kit/modifiers';
|
|
12
|
+
// import './index.less';
|
|
13
|
+
|
|
12
14
|
var DragSortTree = function DragSortTree(props) {
|
|
13
15
|
var value = props.value,
|
|
14
16
|
rowKey = props.rowKey,
|
|
@@ -61,7 +63,9 @@ var DragSortTree = function DragSortTree(props) {
|
|
|
61
63
|
setItems(value);
|
|
62
64
|
onChange && onChange(value);
|
|
63
65
|
};
|
|
64
|
-
return /*#__PURE__*/React.createElement(
|
|
66
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
67
|
+
className: "pisell-lowcode-drag-sort-tree-wrap"
|
|
68
|
+
}, /*#__PURE__*/React.createElement(DndContext, {
|
|
65
69
|
sensors: sensors,
|
|
66
70
|
onDragEnd: handleDragEnd,
|
|
67
71
|
onDragStart: handleDragStart,
|
|
@@ -83,6 +87,6 @@ var DragSortTree = function DragSortTree(props) {
|
|
|
83
87
|
lists: items,
|
|
84
88
|
onChange: handleChange
|
|
85
89
|
});
|
|
86
|
-
})));
|
|
90
|
+
}))));
|
|
87
91
|
};
|
|
88
92
|
export default DragSortTree;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
var _excluded = ["others"];
|
|
2
2
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
3
3
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
5
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
6
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
5
7
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
6
8
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
@@ -12,15 +14,15 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
12
14
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
13
15
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
14
16
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
15
|
-
import React, { useLayoutEffect, useMemo } from
|
|
16
|
-
import { Drawer as OriginalDrawer } from
|
|
17
|
-
import { useControllableValue, useUpdateEffect } from
|
|
18
|
-
import classNames from
|
|
19
|
-
import { isBoolean, isUndefined } from
|
|
20
|
-
import XClose from
|
|
21
|
-
import Pin02 from
|
|
17
|
+
import React, { useLayoutEffect, useMemo } from 'react';
|
|
18
|
+
import { Drawer as OriginalDrawer } from 'antd';
|
|
19
|
+
import { useControllableValue, useUpdateEffect } from 'ahooks';
|
|
20
|
+
import classNames from 'classnames';
|
|
21
|
+
import { isBoolean, isUndefined } from '@pisell/utils';
|
|
22
|
+
import XClose from '@pisell/icon/es/XClose';
|
|
23
|
+
import Pin02 from '@pisell/icon/es/Pin02';
|
|
22
24
|
import "./index.less";
|
|
23
|
-
var prefix =
|
|
25
|
+
var prefix = 'pisell-lowcode-';
|
|
24
26
|
var Title = function Title(props) {
|
|
25
27
|
var placement = props.placement,
|
|
26
28
|
onClose = props.onClose,
|
|
@@ -51,8 +53,8 @@ var Drawer = function Drawer(props) {
|
|
|
51
53
|
getContainer = props.getContainer,
|
|
52
54
|
open = props.open;
|
|
53
55
|
var _useControllableValue = useControllableValue(props, {
|
|
54
|
-
trigger:
|
|
55
|
-
valuePropName:
|
|
56
|
+
trigger: 'onPersistentChange',
|
|
57
|
+
valuePropName: 'persistent'
|
|
56
58
|
}),
|
|
57
59
|
_useControllableValue2 = _slicedToArray(_useControllableValue, 2),
|
|
58
60
|
persistentState = _useControllableValue2[0],
|
|
@@ -60,17 +62,17 @@ var Drawer = function Drawer(props) {
|
|
|
60
62
|
var currentDrawerId = props.__id;
|
|
61
63
|
var storageKey = "drawer-".concat(currentDrawerId);
|
|
62
64
|
var innerProps = {};
|
|
63
|
-
if (props.__designMode ===
|
|
65
|
+
if (props.__designMode === 'design') {
|
|
64
66
|
// 低代码编辑态中强制显示,将控制权交给引擎侧
|
|
65
67
|
innerProps.open = true;
|
|
66
68
|
}
|
|
67
69
|
useLayoutEffect(function () {
|
|
68
70
|
if (isBoolean(persistentState) && isUndefined(getContainer) && showPin) {
|
|
69
71
|
document.body.style.transition = 'all 0.3s';
|
|
70
|
-
document.body.style["padding-".concat(placement)] = persistentState && open ? "".concat(width || 378, "px") :
|
|
72
|
+
document.body.style["padding-".concat(placement)] = persistentState && open ? "".concat(width || 378, "px") : '0';
|
|
71
73
|
}
|
|
72
74
|
return function () {
|
|
73
|
-
document.body.style["padding-".concat(placement)] =
|
|
75
|
+
document.body.style["padding-".concat(placement)] = '0';
|
|
74
76
|
document.body.style.transition = 'none';
|
|
75
77
|
};
|
|
76
78
|
}, [persistentState, width, showPin, placement, open]);
|
|
@@ -81,14 +83,14 @@ var Drawer = function Drawer(props) {
|
|
|
81
83
|
}, [persistentState, storageKey, showPin]);
|
|
82
84
|
useLayoutEffect(function () {
|
|
83
85
|
if (!isBoolean(persistentState) && showPin) {
|
|
84
|
-
setPersistentState(localStorage.getItem(storageKey) ===
|
|
86
|
+
setPersistentState(localStorage.getItem(storageKey) === 'true');
|
|
85
87
|
}
|
|
86
88
|
}, [persistentState, storageKey, showPin]);
|
|
87
89
|
var otherProps = useMemo(function () {
|
|
88
|
-
if (operateMode ===
|
|
90
|
+
if (operateMode === 'outside') {
|
|
89
91
|
return {
|
|
90
92
|
headerStyle: {
|
|
91
|
-
border:
|
|
93
|
+
border: 'none',
|
|
92
94
|
height: 0,
|
|
93
95
|
padding: 0
|
|
94
96
|
},
|
|
@@ -101,7 +103,12 @@ var Drawer = function Drawer(props) {
|
|
|
101
103
|
})
|
|
102
104
|
};
|
|
103
105
|
}
|
|
104
|
-
return
|
|
106
|
+
return _objectSpread({
|
|
107
|
+
rootClassName: "".concat(prefix, "basic-drawer-root"),
|
|
108
|
+
closeIcon: /*#__PURE__*/React.createElement(XClose, {
|
|
109
|
+
className: "".concat(prefix, "drawer-header-close-icon")
|
|
110
|
+
})
|
|
111
|
+
}, headerStyle);
|
|
105
112
|
}, [operateMode, placement, onClose, persistentState, setPersistentState]);
|
|
106
113
|
return /*#__PURE__*/React.createElement(OriginalDrawer, _extends({}, resetProps, innerProps, otherProps, others));
|
|
107
114
|
};
|
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
@pisell-prefix: pisell-lowcode;
|
|
2
2
|
|
|
3
3
|
.@{pisell-prefix} {
|
|
4
|
+
&-drawer-header {
|
|
5
|
+
position: unset !important;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
&-drawer-header-close-icon {
|
|
9
|
+
position: absolute;
|
|
10
|
+
top: 0;
|
|
11
|
+
bottom: 0;
|
|
12
|
+
left: 0;
|
|
13
|
+
width: 50px;
|
|
14
|
+
cursor: pointer;
|
|
15
|
+
display: flex;
|
|
16
|
+
align-items: center;
|
|
17
|
+
justify-content: center;
|
|
18
|
+
font-size: 20px;
|
|
19
|
+
z-index: 1;
|
|
20
|
+
}
|
|
21
|
+
|
|
4
22
|
&-drawer-outside-wrap {
|
|
5
23
|
position: absolute;
|
|
6
24
|
padding: 10px;
|
|
@@ -8,9 +26,11 @@
|
|
|
8
26
|
display: flex;
|
|
9
27
|
flex-direction: column;
|
|
10
28
|
}
|
|
29
|
+
|
|
11
30
|
&-drawer-outside-wrap-right {
|
|
12
31
|
left: -82px;
|
|
13
32
|
}
|
|
33
|
+
|
|
14
34
|
&-drawer-outside-action-wrap {
|
|
15
35
|
width: 56px;
|
|
16
36
|
height: 56px;
|
|
@@ -24,17 +44,28 @@
|
|
|
24
44
|
justify-content: center;
|
|
25
45
|
margin-bottom: 20px;
|
|
26
46
|
cursor: pointer;
|
|
47
|
+
|
|
27
48
|
&:hover {
|
|
28
49
|
background: #e8e8ee;
|
|
29
50
|
}
|
|
51
|
+
|
|
30
52
|
.anticon {
|
|
31
53
|
font-size: 20px;
|
|
32
54
|
}
|
|
33
55
|
}
|
|
56
|
+
|
|
34
57
|
&-drawer-outside-action-wrap:last-child {
|
|
35
58
|
margin-bottom: 0;
|
|
36
59
|
}
|
|
60
|
+
|
|
37
61
|
&-drawer-outside-action-active {
|
|
38
62
|
background: var(--Primary-200, #E9D7FE) !important;
|
|
39
63
|
}
|
|
40
64
|
}
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
.@{pisell-prefix}-basic-drawer-root {
|
|
68
|
+
.@{pisell-prefix}-drawer-header {
|
|
69
|
+
position: relative !important;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -5,7 +5,7 @@ export declare const paginationConfig: {
|
|
|
5
5
|
className: string;
|
|
6
6
|
defaultCurrent: number;
|
|
7
7
|
showTotal: (total: number, range: [number, number]) => string;
|
|
8
|
-
itemRender: (page: number, type: "
|
|
8
|
+
itemRender: (page: number, type: "page" | "next" | "prev" | "jump-prev" | "jump-next", element: React.ReactNode) => React.ReactNode;
|
|
9
9
|
responsive: boolean;
|
|
10
10
|
size: string;
|
|
11
11
|
};
|
|
@@ -80,7 +80,7 @@ var DragSortTree = (props) => {
|
|
|
80
80
|
setItems(value2);
|
|
81
81
|
onChange && onChange(value2);
|
|
82
82
|
};
|
|
83
|
-
return /* @__PURE__ */ import_react.default.createElement(
|
|
83
|
+
return /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode-drag-sort-tree-wrap" }, /* @__PURE__ */ import_react.default.createElement(
|
|
84
84
|
import_core.DndContext,
|
|
85
85
|
{
|
|
86
86
|
sensors,
|
|
@@ -109,6 +109,6 @@ var DragSortTree = (props) => {
|
|
|
109
109
|
}
|
|
110
110
|
))
|
|
111
111
|
)
|
|
112
|
-
);
|
|
112
|
+
));
|
|
113
113
|
};
|
|
114
114
|
var drag_sort_tree_default = DragSortTree;
|
|
@@ -126,7 +126,11 @@ var Drawer = (props) => {
|
|
|
126
126
|
)
|
|
127
127
|
};
|
|
128
128
|
}
|
|
129
|
-
return
|
|
129
|
+
return {
|
|
130
|
+
rootClassName: `${prefix}basic-drawer-root`,
|
|
131
|
+
closeIcon: /* @__PURE__ */ import_react.default.createElement(import_XClose.default, { className: `${prefix}drawer-header-close-icon` }),
|
|
132
|
+
...headerStyle
|
|
133
|
+
};
|
|
130
134
|
}, [operateMode, placement, onClose, persistentState, setPersistentState]);
|
|
131
135
|
return /* @__PURE__ */ import_react.default.createElement(
|
|
132
136
|
import_antd.Drawer,
|
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
@pisell-prefix: pisell-lowcode;
|
|
2
2
|
|
|
3
3
|
.@{pisell-prefix} {
|
|
4
|
+
&-drawer-header {
|
|
5
|
+
position: unset !important;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
&-drawer-header-close-icon {
|
|
9
|
+
position: absolute;
|
|
10
|
+
top: 0;
|
|
11
|
+
bottom: 0;
|
|
12
|
+
left: 0;
|
|
13
|
+
width: 50px;
|
|
14
|
+
cursor: pointer;
|
|
15
|
+
display: flex;
|
|
16
|
+
align-items: center;
|
|
17
|
+
justify-content: center;
|
|
18
|
+
font-size: 20px;
|
|
19
|
+
z-index: 1;
|
|
20
|
+
}
|
|
21
|
+
|
|
4
22
|
&-drawer-outside-wrap {
|
|
5
23
|
position: absolute;
|
|
6
24
|
padding: 10px;
|
|
@@ -8,9 +26,11 @@
|
|
|
8
26
|
display: flex;
|
|
9
27
|
flex-direction: column;
|
|
10
28
|
}
|
|
29
|
+
|
|
11
30
|
&-drawer-outside-wrap-right {
|
|
12
31
|
left: -82px;
|
|
13
32
|
}
|
|
33
|
+
|
|
14
34
|
&-drawer-outside-action-wrap {
|
|
15
35
|
width: 56px;
|
|
16
36
|
height: 56px;
|
|
@@ -24,17 +44,28 @@
|
|
|
24
44
|
justify-content: center;
|
|
25
45
|
margin-bottom: 20px;
|
|
26
46
|
cursor: pointer;
|
|
47
|
+
|
|
27
48
|
&:hover {
|
|
28
49
|
background: #e8e8ee;
|
|
29
50
|
}
|
|
51
|
+
|
|
30
52
|
.anticon {
|
|
31
53
|
font-size: 20px;
|
|
32
54
|
}
|
|
33
55
|
}
|
|
56
|
+
|
|
34
57
|
&-drawer-outside-action-wrap:last-child {
|
|
35
58
|
margin-bottom: 0;
|
|
36
59
|
}
|
|
60
|
+
|
|
37
61
|
&-drawer-outside-action-active {
|
|
38
62
|
background: var(--Primary-200, #E9D7FE) !important;
|
|
39
63
|
}
|
|
40
64
|
}
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
.@{pisell-prefix}-basic-drawer-root {
|
|
68
|
+
.@{pisell-prefix}-drawer-header {
|
|
69
|
+
position: relative !important;
|
|
70
|
+
}
|
|
71
|
+
}
|