03 2024 档案

摘要:import { Upload, Button, message, Progress } from 'antd'; import { UploadOutlined } from '@ant-design/icons'; import { useRef, useState } from 'react' 阅读全文
posted @ 2024-03-30 16:23 zjxgdq 阅读(5) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>PC端实现移动端滑 阅读全文
posted @ 2024-03-28 12:06 zjxgdq 阅读(8) 评论(0) 推荐(0) 编辑
摘要:.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 阅读(3) 评论(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 阅读(17) 评论(0) 推荐(0) 编辑