lyh
23 小时以前 32fb9980dfcbd8e2ff68fc0c8089b92ff2c674a5
src/views/eam/equipment/EamEquipmentLedger.vue
@@ -220,7 +220,9 @@
          {
            title: '使用部门',
            dataIndex: 'factoryOrgCode',
            scopedSlots: { customRender: 'factoryOrgCode' }
            scopedSlots: { customRender: 'factoryOrgCode' },
            headerAlign: 'center',
            align: 'left'
          },
          {
            title: '所属分类',
@@ -493,4 +495,19 @@
      }
    }
  }
</script>
</script>
<style scoped lang="less">
/* 表头全部居中 */
::v-deep .ant-table-thead > tr > th {
  text-align: center !important;
}
/* 表体:保养项目、保养内容、验收标准的内容左对齐 */
::v-deep .ant-table-tbody > tr > td[data-col="factoryOrgCode"] {
  text-align: left !important;
}
</style>