摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <input type="file" id="fileInput"> <script> documen 阅读全文
posted @ 2023-06-28 10:11 ronle 阅读(45) 评论(0) 推荐(0) 编辑
摘要: methods: { goBack() { // 返回上一页 this.$router.go(-1); // 关闭当前页面; this.$store.dispatch("tagsView/delView", this.$route); } }, mounted(){ if (window.histo 阅读全文
posted @ 2022-10-25 16:38 ronle 阅读(127) 评论(0) 推荐(0) 编辑
摘要: let that = this // 判断鼠标是否落在一个块级元素内部 function checkIn(obj, posx, posy) { let x = posx let y = posy let div_x = Number(obj.getBoundingClientRect().left) 阅读全文
posted @ 2022-10-14 11:17 ronle 阅读(36) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <div class='time-title'>快速搜索</div> <div class='k-select'> <div class='k-sub'> <span v-for='item of days' :class='{active: +daysIndex 阅读全文
posted @ 2022-09-30 11:04 ronle 阅读(32) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style type="text/css"> /**绿色勾*/ .checked { display: inline-block; 阅读全文
posted @ 2022-09-08 15:22 ronle 阅读(374) 评论(0) 推荐(0) 编辑
摘要: .box{ position: absolute; display: inline-block; background-color: green; padding 10px line-height: 20px; font-size: 14px; top 105px left 250px z-inde 阅读全文
posted @ 2022-07-20 16:41 ronle 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 到达window底部 window.onscroll = async function() { const clientHeight = document.documentElement.clientHeight; const scrollTop = document.documentElement 阅读全文
posted @ 2022-05-26 15:33 ronle 阅读(48) 评论(0) 推荐(0) 编辑
摘要: <el-table :data="quotaList" style="width: 94%;margin-top: 10px" v-loading="loading" height="200" :key="loadKey" :span-method="objectSpanMethod" elemen 阅读全文
posted @ 2022-04-21 14:47 ronle 阅读(573) 评论(0) 推荐(0) 编辑
摘要: dataZoom: [ { type: 'slider', show: true, height: '5%', bottom: '2%', borderColor: '#8FDFFE', backgroundColor: '#8fdffe99', // 拖拽手柄样式 svg 路径 handleIco 阅读全文
posted @ 2022-04-19 17:42 ronle 阅读(265) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> #show { width: 500px; height: 350px; background-color: aqu 阅读全文
posted @ 2022-02-12 14:43 ronle 阅读(78) 评论(0) 推荐(0) 编辑