# compatible with mobile style

This commit is contained in:
xianfuxing 2018-08-18 17:40:29 +08:00
parent b6fc576b26
commit d737117b25
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
<el-table-column
prop="device_id"
label="设备ID"
min-width="120">
min-width="150">
</el-table-column>
<el-table-column
prop="status"
@ -50,8 +50,8 @@
label="操作"
min-width="100">
<template slot-scope="scope">
<el-button type="primary" size="mini">详情</el-button>
<el-button type="success" size="mini">地图</el-button>
<el-button type="text" size="small">详情</el-button>
<el-button type="text" size="small">地图</el-button>
</template>
</el-table-column>
</el-table>