摘要: .grid-container { margin: auto; display: grid; grid-gap: 1px; border: 1px solid #5e5e5b; width: 400px; height: 190px; background-color: #5e5e5b; } .gr 阅读全文
posted @ 2024-03-09 10:45 zjxgdq 阅读(2) 评论(0) 推荐(0) 编辑
摘要: import React, { useRef } from 'react'; import html2canvas from 'html2canvas'; const DownloadImage = () => { const elementRef = useRef(null); const han 阅读全文
posted @ 2024-03-09 10:34 zjxgdq 阅读(13) 评论(0) 推荐(0) 编辑