上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 21 下一页
摘要: :limit='1' // 个数限制。 阅读全文
posted @ 2019-07-24 17:26 Panax 阅读(9526) 评论(0) 推荐(0) 编辑
摘要: 添加background .sysBox .el-pagination.is-background .el-pager li:not(.disabled).active { background-color: #FD7A3A; // 进行修改背景和字体 color: #fff;} 注意写的scope 阅读全文
posted @ 2019-07-24 17:24 Panax 阅读(11880) 评论(2) 推荐(1) 编辑
摘要: 方式一:内联式css 内联式css , 优点:修改其他方便。缺点:造成页面臃肿,不利于后期维护。 方式二:外链css 外链css ,优点:对其他文件无影响,但会造成多个文件css (缺点) @import '../../../static/css/eleCssEdit.css'; 方式三:在同一个v 阅读全文
posted @ 2019-07-24 17:21 Panax 阅读(727) 评论(0) 推荐(0) 编辑
摘要: // 弹出提示框 function popup(pWidth,content) { $("#msg").remove(); var html =''+ content +'' $("body").append(html); var t=setTimeout(next,2000); ... 阅读全文
posted @ 2019-07-08 12:35 Panax 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 内容过多: 宽度属性设置: 阅读全文
posted @ 2019-07-01 20:05 Panax 阅读(8887) 评论(2) 推荐(0) 编辑
摘要: html : data: 阅读全文
posted @ 2019-07-01 09:26 Panax 阅读(3521) 评论(1) 推荐(0) 编辑
摘要: <div class="block1"> <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" //页面变化时的函数 :current-page.sync="currentPage1" 阅读全文
posted @ 2019-06-29 15:26 Panax 阅读(20008) 评论(0) 推荐(0) 编辑
摘要: 可以看出报修类型并没有出现,这是因为prop 的值是一个true 或者false, 需要用 :formatter 去格式化一下。 现在可以了。 表格其他常用的属性: 1. :fit = true 表格自动撑开 2. :data= 'data' 后台获取的数据 3. sortable 时间进行排序 阅读全文
posted @ 2019-06-29 14:57 Panax 阅读(10669) 评论(2) 推荐(1) 编辑
摘要: html : 看一下官方的 name解释: 1. 与后台Swgg 的对应:(坑一) 它的错误也看下: MissingServletRequestPartException: Required request part 'file' is not present 2. 我们在来看下他的请求头错误,参数 阅读全文
posted @ 2019-06-27 15:14 Panax 阅读(967) 评论(0) 推荐(0) 编辑
摘要: 'use strict' import axios from 'axios' // import qs from 'qs' import { Notification} from 'element-ui' //使用elementui的提示显示 import { Loading } from 'element-ui' import router from "../router"; let l... 阅读全文
posted @ 2019-06-26 10:31 Panax 阅读(1304) 评论(0) 推荐(1) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 21 下一页