mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
序号列宽调整
This commit is contained in:
parent
d4810c8a3b
commit
0abd7ad077
@ -19,7 +19,7 @@
|
||||
|
||||
<el-table :stripe="true" v-loading="loading" :data="data" :height="tableHeight" style="width: 100%">
|
||||
|
||||
<el-table-column type="index" label="#" width="50" />
|
||||
<el-table-column type="index" label="#" width="52" />
|
||||
<el-table-column prop="name" label="名称"/>
|
||||
<el-table-column prop="logCount" label="日志数量" />
|
||||
<el-table-column prop="indexCount" label="已建索引数量" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user