车间设备card样式

This commit is contained in:
zhangdingyu
2019-02-15 15:35:29 +08:00
parent 4e501ac3f5
commit de487e11c1

View File

@@ -8,7 +8,7 @@
</el-card>
<el-card>
<el-table :data="List" border size="small">
<el-table :data="List" border size="small" height="500px">
<el-table-column label="设备名称" align="center" >
<template slot-scope="scope">
{{ scope.row.设备名称 }}
@@ -390,3 +390,8 @@ export default {
}
}
</script>
<style scoped>
.el-card{
margin-bottom: 15px;
}
</style>