我目前正在本地环境中创建一个仅在使用我们应用程序的暂存环境时出现的芯片。我无法从材质 UI 中获取此芯片,使其显示在应用程序的右上角(在桌面 ui 上工作)。如果您需要更多信息,请与我们联系!这是我的 .jsx 文件:
import React from 'react'
import Chip from '@material-ui/core/Chip'
const StagingChip = () => (
<>
>
)
export default StagingChip Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
这是
position:fixed解决方案:import React from 'react' import Chip from '@material-ui/core/Chip' const StagingChip = () => (
)
export default StagingChip