随笔分类 -  Element UI

摘要:v-if不加会出错 <el-dialog :title="title" :visible.sync="shareDialogVisible" v-if="shareDialogVisible" width="30%"> <el-form ref="form" :model="form" :rules 阅读全文
posted @ 2020-08-07 16:22 ThisCall 阅读(714) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/wazy999/archive/2019/11/07/11812653.html <el-table class="table-tranparent" :data="tableData" border :span-method="arraySpanMe 阅读全文
posted @ 2020-07-20 10:08 ThisCall 阅读(2055) 评论(0) 推荐(0) 编辑
摘要:1 <template> 2 3 <div class="app-container"> 4 <el-table :data="tableData" stripe border style="width: 98%" ref="tableDataRef"> 5 <el-table-column typ 阅读全文
posted @ 2020-07-17 17:08 ThisCall 阅读(12561) 评论(0) 推荐(0) 编辑
摘要:/* 鼠标移入表格不高亮 */ .table-tranparent.el-table tbody tr:hover>td { background-color: #ffffff!important } .table-tranparent.el-table tbody tr:hover { backg 阅读全文
posted @ 2020-07-17 16:24 ThisCall 阅读(1899) 评论(0) 推荐(0) 编辑
摘要:https://i.cnblogs.com/posts?cateId=1048797 <template> <el-table :data="list" class="bg-fff" :row-class-name="rowIndex" > <el-table-column :formatter=" 阅读全文
posted @ 2020-07-17 10:38 ThisCall 阅读(2046) 评论(0) 推荐(0) 编辑
摘要:<el-table :row-style="{height:'20px'}" :cell-style="{padding:'0px'}" style="font-size: 10px"> </el-table> 阅读全文
posted @ 2020-07-15 10:56 ThisCall 阅读(937) 评论(0) 推荐(0) 编辑
摘要:.el-tree { width: 100%; overflow: auto; } .el-tree>.el-tree-node { display: inline-block; min-width: 100%; } 阅读全文
posted @ 2020-07-14 16:40 ThisCall 阅读(786) 评论(0) 推荐(0) 编辑
摘要:<el-tabs type="card" v-model="activeName" @tab-click="tabHandleClick"> <el-tab-pane label="本单位测评" name="1"></el-tab-pane> <el-tab-pane v-if="isShowAct 阅读全文
posted @ 2020-07-14 11:28 ThisCall 阅读(659) 评论(0) 推荐(0) 编辑
摘要:.el-textarea__inner{ height: 150px; overflow-y: auto; /* overflow-y: auto;兼容ie */ } 阅读全文
posted @ 2020-07-14 09:38 ThisCall 阅读(7657) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_38057434/article/details/95480933 阅读全文
posted @ 2020-07-13 15:14 ThisCall 阅读(334) 评论(0) 推荐(0) 编辑
摘要:<div class="tree mt10"> <el-tree :data="date" show-checkbox node-key="moduldCode" ref="tree" :check-strictly="false" :highlight-current="true" :check- 阅读全文
posted @ 2020-07-07 13:44 ThisCall 阅读(9197) 评论(0) 推荐(0) 编辑
摘要:.el-tooltip__popper { max-width: 100px; } 注:要放在全局,加了scoped不行的 阅读全文
posted @ 2020-07-06 16:49 ThisCall 阅读(3339) 评论(0) 推荐(0) 编辑
摘要:https://bbs.csdn.net/topics/395548748?list=1766906 https://blog.csdn.net/yusirxiaer/article/details/93030741 阅读全文
posted @ 2020-07-03 13:25 ThisCall 阅读(893) 评论(0) 推荐(0) 编辑
摘要:<el-table class="your-table" :data="endTableData" :header-cell-style="{background:'#E4E4E4',borderColor:'#CECECE',textAlign:'center'}" :span-method="e 阅读全文
posted @ 2020-07-03 12:30 ThisCall 阅读(3053) 评论(0) 推荐(0) 编辑
摘要:npm install sortablejs --save 2.在页面中引入: import Sortable from ‘sortablejs’ https://www.cnblogs.com/lemoncool/p/11661084.html 如果拖拽无效果 el-table 加 row-key 阅读全文
posted @ 2020-07-03 12:23 ThisCall 阅读(366) 评论(0) 推荐(0) 编辑
摘要:el-input加上vertical-align: top; 阅读全文
posted @ 2020-07-02 10:41 ThisCall 阅读(1204) 评论(0) 推荐(0) 编辑
摘要:https://vue-treeselect.js.org/#basic-features https://blog.csdn.net/w_quan/article/details/105711669 https://blog.csdn.net/webshao/article/details/104 阅读全文
posted @ 2020-06-29 11:08 ThisCall 阅读(2982) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/yuwenjing0727/p/9450492.html https://www.pianshen.com/article/870545270/ https://www.cnblogs.com/cina33blogs/p/7274009.html ht 阅读全文
posted @ 2020-06-28 17:46 ThisCall 阅读(96) 评论(0) 推荐(0) 编辑
摘要:http://www.javanx.cn/20190726/vue-vuex-element-ui-theme-color/ 阅读全文
posted @ 2020-06-24 16:49 ThisCall 阅读(104) 评论(0) 推荐(0) 编辑
摘要:https://www.pianshen.com/article/3381168826/ https://www.jianshu.com/p/96993695bb3e https://blog.csdn.net/qq_34917408/article/details/106839908 http:/ 阅读全文
posted @ 2020-06-24 15:47 ThisCall 阅读(148) 评论(0) 推荐(0) 编辑