Browse Source

库存预警数据加颜色

master
songguoqiang 6 months ago
parent
commit
568b391f23
  1. 7
      src/views/eam/report/itemWarning/index.vue

7
src/views/eam/report/itemWarning/index.vue

@ -273,3 +273,10 @@
getList()
})
</script>
<style lang="scss" scoped>
::v-deep .el-table--enable-row-transition .el-table__body td.el-table__cell{
transition: background-color .25s ease !important;
background: red !important;
color: white !important;
}
</style>

Loading…
Cancel
Save