广州市综治平台前端
xusd
4 days ago 47489b5b3f40fef4174ebf7626650bc4b36f1402
fix:调整水印
1 files modified
2 ■■■ changed files
src/components/NewPage/index.jsx 2 ●●● patch | view | raw | blame | history
src/components/NewPage/index.jsx
@@ -34,7 +34,7 @@
        return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
    };
    const watermarkContent = `${customerSystemUser.trueName} ${getCurrentTime()}`;
    const watermarkContent = [customerSystemUser.phone, getCurrentTime()];
    return (
        <Watermark style={{ height: '100%' }} gap={[200, 200]} content={watermarkContent}>