update table size

This commit is contained in:
dqjdda
2019-12-02 13:02:10 +08:00
parent bb6389d102
commit 4845d41699
22 changed files with 22 additions and 22 deletions

View File

@@ -17,7 +17,7 @@
</div>
<el-form size="small" label-width="80px">
<!--表格渲染-->
<el-table v-loading="loading" :data="data" size="small" style="width: 100%" @row-click="showRow">
<el-table v-loading="loading" :data="data" style="width: 100%" @row-click="showRow">
<el-table-column width="30px">
<template slot-scope="scope">
<el-radio v-model="radio" :label="scope.$index" />