/** * 标签组导航条,默认隐藏仅在移动端显示 * @param tags * @param currentTag * @returns {JSX.Element} * @constructor */ const StickyBar = ({ children }) => { if (!children) return <> return (