cfel-base-components 2.5.74 → 2.5.75
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/package.json
CHANGED
|
@@ -307,7 +307,7 @@ export default function LiosLayout(props: LiosLayoutlProps) {
|
|
|
307
307
|
placement="right"
|
|
308
308
|
arrow={false}
|
|
309
309
|
content={
|
|
310
|
-
<div className="menu-popover">
|
|
310
|
+
<div className="menu-popover-cloud">
|
|
311
311
|
{item.children.map((child: any) => {
|
|
312
312
|
if (child.children) {
|
|
313
313
|
return (
|
|
@@ -319,7 +319,7 @@ export default function LiosLayout(props: LiosLayoutlProps) {
|
|
|
319
319
|
placement="right"
|
|
320
320
|
arrow={false}
|
|
321
321
|
content={
|
|
322
|
-
<div className="menu-popover" style={{ width: '146px' }}>
|
|
322
|
+
<div className="menu-popover-cloud" style={{ width: '146px' }}>
|
|
323
323
|
{child.children.map((grandChild: any) => {
|
|
324
324
|
return (
|
|
325
325
|
<MenuItem
|