随笔分类 - 前端 / 表格
摘要:element-ui.scss 表格头 .el-table__header-wrapper .el-table__header tr>th { background-color: #f6f8fa; // background-color: #E9EEFA; font-size: 15px; font
阅读全文
摘要:HTML: <div class="table-container"> <table style="width: 90%; margin-left: 5%"> <tr class="table-title"> <th style="width: 33%">科室名称</th> <th style="w
阅读全文
摘要:表格点击单元格出现弹窗 <el-table ref="table" :data="tableList" row-key="tableId" @row-click="handleRowClick" > <el-table-column label="列1" prop="column1" align="
阅读全文
摘要:<el-table-column prop="differential" label="差量" class-name="small-padding fixed-width"> <template slot-scope="scope"> <span :class="{ 'red-text': isDi
阅读全文

浙公网安备 33010602011771号