摘要: import request from "***/request"; const list = { methods: { handleSelectionChange(row) { this.multipleSelection = row }, handleDelete(id) { if (!id) 阅读全文
posted @ 2025-02-25 15:32 刘酸酸sour 阅读(11) 评论(0) 推荐(0)
摘要: 整个页面Demo如下: <template> <div id="home"> <section id="top-section"> <label for="">svg路径:</label> <el-input v-model="svgPath" size="small"></el-input> <e 阅读全文
posted @ 2025-02-25 15:17 刘酸酸sour 阅读(30) 评论(0) 推荐(0)
摘要: 变色动画 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>教程(runoob.com)</title> <style> .box { width: 100px; height: 100px; background: red; a 阅读全文
posted @ 2025-02-25 15:12 刘酸酸sour 阅读(3) 评论(0) 推荐(0)
摘要: 1.在utils里新建devicePixelRatio.js文件 /** * @author huangjf * @description 校正windows页面在系统进行缩放后导致页面被放大的问题,通常放大比例是125%、150% * **/ class DevicePixelRatio { co 阅读全文
posted @ 2025-02-25 15:10 刘酸酸sour 阅读(112) 评论(0) 推荐(0)