上一页 1 ··· 4 5 6 7 8
摘要: 第一种用axios发送请求到后台,需要后台配合,才能在表格里面渲染页面;想偷懒的小伙建议去直接粘贴复制第三种 <template> <div class="tableDatas"> <div class="searchWord"> <div style="display: inline-block" 阅读全文
posted @ 2019-07-05 16:17 子不语~ 阅读(21576) 评论(0) 推荐(0) 编辑
摘要: 验证码图片 <img alt="点击刷新" id="img_RandomCode" title="点击刷新" src="data:image/jpg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8U 阅读全文
posted @ 2019-07-03 16:56 子不语~ 阅读(1358) 评论(0) 推荐(0) 编辑
摘要: 侧边栏 .el-aside { display: block; position: relative; overflow-y: scroll; background-color: #324157 !important; } 侧边栏 .el-aside { display: block; positi 阅读全文
posted @ 2019-06-24 18:03 子不语~ 阅读(15836) 评论(0) 推荐(1) 编辑
摘要: 渐变色代码 .gradien{background: -moz-linear-gradient(top, #f3f3f3 0%, #fff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0% 阅读全文
posted @ 2019-06-20 11:11 子不语~ 阅读(288) 评论(0) 推荐(0) 编辑
摘要: html样式:<div id="line"></div> css样式: #line{ width:0px; height:5px; border-radius:5px; background-color:#484f83; margin:0 auto; transition:width 1s line 阅读全文
posted @ 2019-06-20 11:11 子不语~ 阅读(1207) 评论(0) 推荐(0) 编辑
摘要: 路由写法: path是给query用this.$router.query.xxx接收 翻译成汉语:询问(query)路径(pah) 类似get传参 params写name是给params用 this.$route.query.xxx来接收 自己要注意 翻译成汉语:参数(param)姓名(name) 阅读全文
posted @ 2019-06-11 14:26 子不语~ 阅读(513) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8