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