随笔分类 -  elementUI

摘要:<el-table ref="filterTable" :data="tableData" :header-cell-style="rowClass" :cell-style="set_cell_style" :height='heightTable' style="width: 100%"> </ 阅读全文
posted @ 2021-02-23 16:59 Panax 阅读(8918) 评论(1) 推荐(0) 编辑
摘要:一开始设置的是: .menuLeft .el-menu-item:hover{ background: #6db6ff !important; } .menuLeft .el-submenu__title:hover { background: #6db6ff !important; } 但它只是h 阅读全文
posted @ 2019-12-04 15:56 Panax 阅读(16974) 评论(2) 推荐(1) 编辑
摘要:无论是input框,还是select, 都是对 阅读全文
posted @ 2019-07-24 19:35 Panax 阅读(1366) 评论(0) 推荐(0) 编辑
摘要::fit='true' 或者直接为 fit 阅读全文
posted @ 2019-07-24 17:42 Panax 阅读(28509) 评论(0) 推荐(2) 编辑
摘要::limit='1' // 个数限制。 阅读全文
posted @ 2019-07-24 17:26 Panax 阅读(9529) 评论(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 阅读(12015) 评论(2) 推荐(1) 编辑
摘要:方式一:内联式css 内联式css , 优点:修改其他方便。缺点:造成页面臃肿,不利于后期维护。 方式二:外链css 外链css ,优点:对其他文件无影响,但会造成多个文件css (缺点) @import '../../../static/css/eleCssEdit.css'; 方式三:在同一个v 阅读全文
posted @ 2019-07-24 17:21 Panax 阅读(732) 评论(0) 推荐(0) 编辑
摘要:内容过多: 宽度属性设置: 阅读全文
posted @ 2019-07-01 20:05 Panax 阅读(9011) 评论(2) 推荐(0) 编辑
摘要:<div class="block1"> <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" //页面变化时的函数 :current-page.sync="currentPage1" 阅读全文
posted @ 2019-06-29 15:26 Panax 阅读(20038) 评论(0) 推荐(0) 编辑
摘要:可以看出报修类型并没有出现,这是因为prop 的值是一个true 或者false, 需要用 :formatter 去格式化一下。 现在可以了。 表格其他常用的属性: 1. :fit = true 表格自动撑开 2. :data= 'data' 后台获取的数据 3. sortable 时间进行排序 阅读全文
posted @ 2019-06-29 14:57 Panax 阅读(10802) 评论(2) 推荐(1) 编辑
摘要:html : 看一下官方的 name解释: 1. 与后台Swgg 的对应:(坑一) 它的错误也看下: MissingServletRequestPartException: Required request part 'file' is not present 2. 我们在来看下他的请求头错误,参数 阅读全文
posted @ 2019-06-27 15:14 Panax 阅读(971) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示