上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 124 下一页
摘要: "scripts": { "serve": "vue-cli-service serve --open", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "prod": "vue-cli-service build 阅读全文
posted @ 2020-07-20 17:05 ThisCall 阅读(813) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000013472316 阅读全文
posted @ 2020-07-20 16:19 ThisCall 阅读(267) 评论(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 阅读(1990) 评论(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 阅读(12452) 评论(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 阅读(1817) 评论(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 阅读(2041) 评论(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 阅读(932) 评论(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 阅读(785) 评论(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 阅读(638) 评论(0) 推荐(0) 编辑
摘要: .el-textarea__inner{ height: 150px; overflow-y: auto; /* overflow-y: auto;兼容ie */ } 阅读全文
posted @ 2020-07-14 09:38 ThisCall 阅读(7541) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 124 下一页