Files
salaryAccountingBackend/src/layout/header/components/Driver/index.js
T
2025-05-16 08:55:13 +08:00

25 lines
457 B
JavaScript

export const steps = () => [{
element: "#guide",
popover: {
title: "菜单栏",
description: "Body of the popover",
position: "left",
},
},
{
element: "#breadcrumb",
popover: {
title: "标签页",
description: "",
position: "bottom",
},
},
{
element: "#screenFul",
popover: {
title: "全屏",
description: "Body of the popover",
position: "bottom",
},
},
];