@@ -12,6 +12,7 @@
align="center"
:prop="item1.id"
:label="item1.name"
+ width="140"
/>
</el-table-column>
</el-table>
@@ -164,6 +164,6 @@ const headerStyle = ({ column, rowIndex, columnIndex })=>{
<style lang="scss">
.warm-row {
- background-color: rgb(154, 154, 154) !important;
+ background-color:#dee7ef !important;
}
</style>