update table size
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
</div>
|
||||
</el-dialog>
|
||||
<!--表格渲染-->
|
||||
<el-table v-loading="loading" :data="data" size="small" style="width: 100%;">
|
||||
<el-table v-loading="loading" :data="data" style="width: 100%;">
|
||||
<el-table-column prop="name" label="名称" />
|
||||
<el-table-column label="所属部门">
|
||||
<template slot-scope="scope">
|
||||
|
||||
Reference in New Issue
Block a user