# compatible with mobile style
This commit is contained in:
parent
b6fc576b26
commit
d737117b25
|
@ -14,7 +14,7 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="device_id"
|
prop="device_id"
|
||||||
label="设备ID"
|
label="设备ID"
|
||||||
min-width="120">
|
min-width="150">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="status"
|
prop="status"
|
||||||
|
@ -50,8 +50,8 @@
|
||||||
label="操作"
|
label="操作"
|
||||||
min-width="100">
|
min-width="100">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button type="primary" size="mini">详情</el-button>
|
<el-button type="text" size="small">详情</el-button>
|
||||||
<el-button type="success" size="mini">地图</el-button>
|
<el-button type="text" size="small">地图</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|
Loading…
Reference in New Issue