随笔分类 - Element UI
摘要:v-if不加会出错 <el-dialog :title="title" :visible.sync="shareDialogVisible" v-if="shareDialogVisible" width="30%"> <el-form ref="form" :model="form" :rules
阅读全文
摘要:https://www.cnblogs.com/wazy999/archive/2019/11/07/11812653.html <el-table class="table-tranparent" :data="tableData" border :span-method="arraySpanMe
阅读全文
摘要: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
阅读全文
摘要:/* 鼠标移入表格不高亮 */ .table-tranparent.el-table tbody tr:hover>td { background-color: #ffffff!important } .table-tranparent.el-table tbody tr:hover { backg
阅读全文
摘要:https://i.cnblogs.com/posts?cateId=1048797 <template> <el-table :data="list" class="bg-fff" :row-class-name="rowIndex" > <el-table-column :formatter="
阅读全文
摘要:<el-table :row-style="{height:'20px'}" :cell-style="{padding:'0px'}" style="font-size: 10px"> </el-table>
阅读全文
摘要:.el-tree { width: 100%; overflow: auto; } .el-tree>.el-tree-node { display: inline-block; min-width: 100%; }
阅读全文
摘要:<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
阅读全文
摘要:.el-textarea__inner{ height: 150px; overflow-y: auto; /* overflow-y: auto;兼容ie */ }
阅读全文
摘要:https://blog.csdn.net/qq_38057434/article/details/95480933
阅读全文
摘要:<div class="tree mt10"> <el-tree :data="date" show-checkbox node-key="moduldCode" ref="tree" :check-strictly="false" :highlight-current="true" :check-
阅读全文
摘要:.el-tooltip__popper { max-width: 100px; } 注:要放在全局,加了scoped不行的
阅读全文
摘要:https://bbs.csdn.net/topics/395548748?list=1766906 https://blog.csdn.net/yusirxiaer/article/details/93030741
阅读全文
摘要:<el-table class="your-table" :data="endTableData" :header-cell-style="{background:'#E4E4E4',borderColor:'#CECECE',textAlign:'center'}" :span-method="e
阅读全文
摘要:npm install sortablejs --save 2.在页面中引入: import Sortable from ‘sortablejs’ https://www.cnblogs.com/lemoncool/p/11661084.html 如果拖拽无效果 el-table 加 row-key
阅读全文
摘要:el-input加上vertical-align: top;
阅读全文
摘要:https://vue-treeselect.js.org/#basic-features https://blog.csdn.net/w_quan/article/details/105711669 https://blog.csdn.net/webshao/article/details/104
阅读全文
摘要:https://www.cnblogs.com/yuwenjing0727/p/9450492.html https://www.pianshen.com/article/870545270/ https://www.cnblogs.com/cina33blogs/p/7274009.html ht
阅读全文
摘要:http://www.javanx.cn/20190726/vue-vuex-element-ui-theme-color/
阅读全文
摘要:https://www.pianshen.com/article/3381168826/ https://www.jianshu.com/p/96993695bb3e https://blog.csdn.net/qq_34917408/article/details/106839908 http:/
阅读全文