#
vincentlu
1 天以前 5fcd16cc20b0e951276e44a5b2449df5c9b22b8f
#
1个文件已修改
2 ■■■ 已修改文件
zy-acs-flow/src/map/insight/code/CodeMain.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/map/insight/code/CodeMain.jsx
@@ -293,7 +293,7 @@
        </Typography>
        <CodeQr value={value} loading={loading} />
        <Typography variant="caption" color="text.secondary">
            QR CODE
            {loading ? '-' : (value || '-')}
        </Typography>
        {!loading && (
            <Stack spacing={0.5} alignItems="center" sx={{ mt: 0.5 }}>